Improve javadoc
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Tue, 4 Feb 2014 16:19:27 +0000 (16:19 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Tue, 4 Feb 2014 16:19:27 +0000 (16:19 +0000)
datadb/compbio/cassandra/readers/JobReader.java

index 94f8536..5cd8f81 100644 (file)
@@ -19,7 +19,7 @@ public class JobReader extends CassandraReader {
         * 
         * @param jobid
         * 
-        * @return JobBean to the controller JobController
+        * @return JobBean if a job with this job ID exist, null otherwise
         * 
         **/
        public JobBean readJobLog(String jobid) {