Author: mes
Date: 2010-09-16 17:04:50 -0700 (Thu, 16 Sep 2010)
New Revision: 21910
Modified:
cytoscape/trunk/coreplugins/TableImport/src/main/java/edu/ucsd/bioeng/coreplugin/tableImport/reader/GeneAssociationReader.java
Log:
fixed non utf-8 javadoc error
Modified:
cytoscape/trunk/coreplugins/TableImport/src/main/java/edu/ucsd/bioeng/coreplugin/tableImport/reader/GeneAssociationReader.java
===================================================================
---
cytoscape/trunk/coreplugins/TableImport/src/main/java/edu/ucsd/bioeng/coreplugin/tableImport/reader/GeneAssociationReader.java
2010-09-16 23:44:14 UTC (rev 21909)
+++
cytoscape/trunk/coreplugins/TableImport/src/main/java/edu/ucsd/bioeng/coreplugin/tableImport/reader/GeneAssociationReader.java
2010-09-17 00:04:50 UTC (rev 21910)
@@ -196,7 +196,7 @@
buildMap();
if (!caseSensitive) {
- // Create all upper @case ID map
+ // Create all uppercase ID map
uppercaseIDMap = new HashMap<String, String>();
List<CyNode> nodes =
Cytoscape.getRootGraph().nodesList();
for (CyNode node : nodes)
--
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.