Author: apico
Date: 2012-09-19 19:54:43 -0700 (Wed, 19 Sep 2012)
New Revision: 30395

Modified:
   
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/read/datatable/CyAttributesReader.java
Log:
#1466

Modified: 
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/read/datatable/CyAttributesReader.java
===================================================================
--- 
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/read/datatable/CyAttributesReader.java
        2012-09-20 02:51:36 UTC (rev 30394)
+++ 
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/read/datatable/CyAttributesReader.java
        2012-09-20 02:54:43 UTC (rev 30395)
@@ -140,7 +140,7 @@
                                                        || 
className.equalsIgnoreCase("Float")) {
                                                type = TYPE_FLOATING_POINT;
                                        }
-                                       logger.debug("New Attr Loaded.  Data 
Type = " + attributeName + ": " + type);
+                                       logger.debug("New Column Loaded.  Data 
Type = " + attributeName + ": " + type);
                                }
                        }
 
@@ -266,17 +266,17 @@
                } catch (Exception e) {
                        String message;
                        if (guessedAttrType) {
-                               message = "failed parsing attributes file at 
line: "
+                               message = "failed parsing data table file at 
line: "
                                                + lineNum
                                                + " with exception: "
                                                + e.getMessage()
                                                + " This is most likely due to 
a missing attribute type on the first line.\n"
-                                               + "Attribute type should be one 
of the following: "
+                                               + "Column type should be one of 
the following: "
                                                + "(class=String), 
(class=Boolean), (class=Integer), or (class=Double). "
                                                + "(\"Double\" stands for a 
floating point a.k.a. \"decimal\" number.)"
                                                + " This should be added to end 
of the first line.";
                        } else
-                               message = "failed parsing attributes file at 
line: " + lineNum
+                               message = "failed parsing data table file at 
line: " + lineNum
                                                + " with exception: " + 
e.getMessage();
                        logger.warn(message, e);
                        throw new IOException(message);

-- 
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