From: <pd...@us...> - 2015-04-23 20:55:46
|
Revision: 2251 http://sourceforge.net/p/jsbml/code/2251 Author: pdp10 Date: 2015-04-23 20:55:43 +0000 (Thu, 23 Apr 2015) Log Message: ----------- Added TODO in the readAttribute() Modified Paths: -------------- trunk/extensions/spatial/src/org/sbml/jsbml/ext/spatial/BoundaryCondition.java Modified: trunk/extensions/spatial/src/org/sbml/jsbml/ext/spatial/BoundaryCondition.java =================================================================== --- trunk/extensions/spatial/src/org/sbml/jsbml/ext/spatial/BoundaryCondition.java 2015-04-23 18:42:08 UTC (rev 2250) +++ trunk/extensions/spatial/src/org/sbml/jsbml/ext/spatial/BoundaryCondition.java 2015-04-23 20:55:43 UTC (rev 2251) @@ -329,6 +329,7 @@ if (!isAttributeRead) { isAttributeRead = true; if (attributeName.equals(SpatialConstants.type)) { + // TODO: In the specs v0.90, the type name begins with capital letter. if (!Pattern.matches("[a-z]*", value)) { throw new SBMLException("The value is not all lower-case."); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |