Пример #1
0
 @Override
 protected InstructionResult executeInternal(InstructionExecutor executor) throws SlimException {
   executor.addPath(this.path);
   return new InstructionResult.Ok(getId());
 }