Exemple #1
0
 /** Renames a job. */
 @Override
 public void renameTo(String newName) throws IOException {
   super.renameTo(newName);
 }