[kepler-code] r28774 - trunk/modules/science-pipes-backend/src/edu/cornell/birds/is/bap/workflow

barseghian at ecoinformatics.org barseghian at ecoinformatics.org
Fri Oct 7 16:26:26 PDT 2011


Author: barseghian
Date: 2011-10-07 16:26:26 -0700 (Fri, 07 Oct 2011)
New Revision: 28774

Modified:
   trunk/modules/science-pipes-backend/src/edu/cornell/birds/is/bap/workflow/Workflow.java
Log:
just some formatting

Modified: trunk/modules/science-pipes-backend/src/edu/cornell/birds/is/bap/workflow/Workflow.java
===================================================================
--- trunk/modules/science-pipes-backend/src/edu/cornell/birds/is/bap/workflow/Workflow.java	2011-10-07 19:02:39 UTC (rev 28773)
+++ trunk/modules/science-pipes-backend/src/edu/cornell/birds/is/bap/workflow/Workflow.java	2011-10-07 23:26:26 UTC (rev 28774)
@@ -62,13 +62,11 @@
 	 * The create date is managed by the object instead of the DB. This is 
 	 * due to a limitation of MySQL and we would like to keep MySQL compatability. 
 	 */
-	
 	private Date createDate = new Date();
 	
 	/**
 	 *  EditDate is maintained by the DB.
-	 */ 
-	
+	 */
 	private Date editDate;
 			
 	/**
@@ -85,13 +83,11 @@
 	/**
 	 * Desciption about the Workflow. 
 	 */
-	
 	private  String description;
 	
 	/**
 	 * URL of the desired workflow.
 	 */
-	
 	private String location;
 	
 	/**



More information about the Kepler-cvs mailing list