[HepData-svn] r1552 - trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jun 26 16:20:08 BST 2012


Author: whalley
Date: Tue Jun 26 16:20:08 2012
New Revision: 1552

Log:
change name for comments in datasets to dscomments so as not to clash with the overall comment

Modified:
   trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/InputFormatter.java

Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/InputFormatter.java
==============================================================================
--- trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/InputFormatter.java	Tue Jun 26 13:47:57 2012	(r1551)
+++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/InputFormatter.java	Tue Jun 26 16:20:08 2012	(r1552)
@@ -49,7 +49,7 @@
             }
             for (String comment : ds.getComments()){
                 if(!comment.startsWith("Location")){
-                    s.append("*comment: "+comment+"\n");
+                    s.append("*dscomment: "+comment+"\n");
                 }    
             }
             for (String re : ds.getDsReactions()){


More information about the HepData-svn mailing list