コード例 #1
0
 @Override
 public synchronized boolean canReplace(ISVDBIndexChangePlan plan) {
   return (!fIsStarted && plan.equals(fPlan));
 }