Ejemplo n.º 1
0
 @Override
 public void discardDerivedState(DerivedStateAwareResource resource) {
   super.discardDerivedState(resource);
 }
Ejemplo n.º 2
0
 @Override
 public void installDerivedState(DerivedStateAwareResource resource, boolean preIndexingPhase) {
   super.installDerivedState(resource, preIndexingPhase);
 }