@ -114,18 +114,12 @@ public class DefaultContextCache implements ContextCache {
@@ -114,18 +114,12 @@ public class DefaultContextCache implements ContextCache {
@ -140,9 +134,6 @@ public class DefaultContextCache implements ContextCache {
@@ -140,9 +134,6 @@ public class DefaultContextCache implements ContextCache {
@ -159,9 +150,6 @@ public class DefaultContextCache implements ContextCache {
@@ -159,9 +150,6 @@ public class DefaultContextCache implements ContextCache {
@ -218,26 +206,17 @@ public class DefaultContextCache implements ContextCache {
@@ -218,26 +206,17 @@ public class DefaultContextCache implements ContextCache {
@ -250,33 +229,21 @@ public class DefaultContextCache implements ContextCache {
@@ -250,33 +229,21 @@ public class DefaultContextCache implements ContextCache {
returnthis.maxSize;
}
/**
*{@inheritDoc}
*/
@Override
publicintgetParentContextCount(){
returnthis.hierarchyMap.size();
}
/**
*{@inheritDoc}
*/
@Override
publicintgetHitCount(){
returnthis.hitCount.get();
}
/**
*{@inheritDoc}
*/
@Override
publicintgetMissCount(){
returnthis.missCount.get();
}
/**
*{@inheritDoc}
*/
@Override
publicvoidreset(){
synchronized(this.contextMap){
@ -287,9 +254,6 @@ public class DefaultContextCache implements ContextCache {
@@ -287,9 +254,6 @@ public class DefaultContextCache implements ContextCache {
}
}
/**
*{@inheritDoc}
*/
@Override
publicvoidclear(){
synchronized(this.contextMap){
@ -298,9 +262,6 @@ public class DefaultContextCache implements ContextCache {
@@ -298,9 +262,6 @@ public class DefaultContextCache implements ContextCache {
}
}
/**
*{@inheritDoc}
*/
@Override
publicvoidclearStatistics(){
synchronized(this.contextMap){
@ -309,9 +270,6 @@ public class DefaultContextCache implements ContextCache {
@@ -309,9 +270,6 @@ public class DefaultContextCache implements ContextCache {
@ -204,9 +204,6 @@ public abstract class AbstractTestContextBootstrapper implements TestContextBoot
@@ -204,9 +204,6 @@ public abstract class AbstractTestContextBootstrapper implements TestContextBoot
@ -48,17 +48,11 @@ public class DefaultBootstrapContext implements BootstrapContext {
@@ -48,17 +48,11 @@ public class DefaultBootstrapContext implements BootstrapContext {
@ -429,9 +429,6 @@ public abstract class AbstractHtmlElementTag extends AbstractDataBoundFormElemen
@@ -429,9 +429,6 @@ public abstract class AbstractHtmlElementTag extends AbstractDataBoundFormElemen
@ -106,9 +106,6 @@ public class MappingJackson2JsonView extends AbstractJackson2View {
@@ -106,9 +106,6 @@ public class MappingJackson2JsonView extends AbstractJackson2View {