public boolean rootsDiffer() {
   synchronized (myMonitor) {
     return myMapping.isRootsDifferFromSettings();
   }
 }