JAL-3878 Add javadocs to created classes and reformat code.
[jalview.git] / src / jalview / ws2 / WSJob.java
index 0de6b22..979eaf9 100755 (executable)
@@ -70,6 +70,11 @@ public final class WSJob implements Serializable
             jobId, creationTime);
   }
 
+  /**
+   * Get the ordinal numer of the job.
+   * 
+   * @return job number
+   */
   public int getJobNum()
   {
     return jobNum;