Пример #1
0
 public void validate() {
   if (!m_args.getArgs().isEmpty()) {
     throw new RuntimeException("Task does not have arguments");
   }
 }