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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jun 16 11:24:58 BST 2015


Author: whalley
Date: Tue Jun 16 11:24:58 2015
New Revision: 1868

Log:
fix typo in high/low

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

Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/YamlFormatter.java
==============================================================================
--- trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/YamlFormatter.java	Tue Jun 16 11:14:19 2015	(r1867)
+++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/YamlFormatter.java	Tue Jun 16 11:24:58 2015	(r1868)
@@ -295,7 +295,7 @@
                      if(bin.getLowValueLength()!=null) { 
                         s.append("low: "+forms(bin.getLowValue(),bin.getLowValueLength())); 
                     } else {
-                        s.append("high: "+bin.getLowValue()); 
+                        s.append("low: "+bin.getLowValue()); 
                     }
                     first=false; 
                 }


More information about the HepData-svn mailing list