Author: apico
Date: 2012-09-19 20:24:41 -0700 (Wed, 19 Sep 2012)
New Revision: 30412

Modified:
   
core3/api/trunk/equations-api/src/main/java/org/cytoscape/equations/EquationUtil.java
Log:
#1466

Modified: 
core3/api/trunk/equations-api/src/main/java/org/cytoscape/equations/EquationUtil.java
===================================================================
--- 
core3/api/trunk/equations-api/src/main/java/org/cytoscape/equations/EquationUtil.java
       2012-09-20 03:23:02 UTC (rev 30411)
+++ 
core3/api/trunk/equations-api/src/main/java/org/cytoscape/equations/EquationUtil.java
       2012-09-20 03:24:41 UTC (rev 30412)
@@ -70,7 +70,7 @@
        private static boolean isSimpleAttribName(final String attribName) {
                final int length = attribName.length();
                if (length == 0)
-                       throw new IllegalStateException("empty attribute names 
should never happen.");
+                       throw new IllegalStateException("empty column names 
should never happen.");
 
                if (!Character.isLetter(attribName.charAt(0)))
                        return false;

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to