Code formating

This commit is contained in:
Laurent Clouet
2017-01-05 09:35:59 +01:00
parent 52e5f190c7
commit 2f00d7816d
12 changed files with 27 additions and 28 deletions

View File

@@ -424,12 +424,12 @@ public class Client {
this.log.debug("Client::askForStop");
this.running = false;
}
public void cancelStop() {
this.log.debug("Client::cancelStop");
this.running = true;
}
public boolean isRunning() {
return this.running;
}
@@ -703,7 +703,7 @@ public class Client {
File f = new File(ajob.getRendererPath());
f.setExecutable(true);
}
catch (SecurityException e) {
catch (SecurityException e) {
}
}