230231232233234235236237
setText(Messages.getString("property.ignoreSubstitution")); } @Override public void run() { IgnoreSubstitutionCommand command = new IgnoreSubstitutionCommand((TaskState) currentNode); executeCommand(command); }