Cleanup: move Job render call to Job class

This commit is contained in:
Laurent Clouet
2015-05-06 20:34:59 +01:00
parent 39addc82ef
commit 01abee0f70
3 changed files with 355 additions and 342 deletions

View File

@@ -399,6 +399,8 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
Job a_job = new Job(
this.user_config,
this.client.getGui(),
this.client.getLog(),
job_node.getAttribute("id"),
job_node.getAttribute("frame"),
job_node.getAttribute("revision"),