2324252627282930
public class FinishOthersCommand extends ParameterlessCommand { @Override protected PlainBlockCommandState parse(MatchTemplateImpl template) { template.appendOperation(new FinishOthersOperation(template.getCurrentTemplatePosition())); return null; }