168169170171172173174175176177178
{ RemoteCacheRestore repairer = new RemoteCacheRestore( mgr ); // If we can't fix them, just skip and re-try in the next round. if ( repairer.canFix() ) { repairer.fix(); } else { bad(); }