Author: mcreech
Date: 2008-10-08 06:40:32 -0700 (Wed, 08 Oct 2008)
New Revision: 15031
Modified:
csplugins/trunk/agilent/creech/HyperEdge/src/cytoscape/hyperedge/impl/utils/HEUtils.java
Log:
removed some non-utf characters hidden in comments.
Modified:
csplugins/trunk/agilent/creech/HyperEdge/src/cytoscape/hyperedge/impl/utils/HEUtils.java
===================================================================
---
csplugins/trunk/agilent/creech/HyperEdge/src/cytoscape/hyperedge/impl/utils/HEUtils.java
2008-10-08 13:37:40 UTC (rev 15030)
+++
csplugins/trunk/agilent/creech/HyperEdge/src/cytoscape/hyperedge/impl/utils/HEUtils.java
2008-10-08 13:40:32 UTC (rev 15031)
@@ -38,6 +38,8 @@
*
* Revisions:
*
+* Wed Oct 08 05:07:14 2008 (Michael L. Creech) [EMAIL PROTECTED]
+* Massive update for Checkstyle. Removed some non-utf characters from comments.
* Thu Jun 21 05:07:14 2007 (Michael L. Creech) [EMAIL PROTECTED]
* Added deleteAttribute() and its use.
* Tue Dec 12 08:20:52 2006 (Michael L. Creech) [EMAIL PROTECTED]
@@ -594,7 +596,7 @@
*
*<P>This Collections.unmodifiableCollection() method provide a read-only
* "view" onto the internal data structure--acting as a wrapper.
- * For example, here’s the Java API description of unmodifiableSet():
+ * For example, here's the Java API description of unmodifiableSet():
*<BLOCKQUOTE>
* "Returns an unmodifiable view of the specified collection. This method
* allows modules to provide users with "read-only" access to internal
@@ -613,7 +615,7 @@
*
* <PRE>
* Iterator<CyEdge> edgeIt = he.getEdges (null);
- * he.addEdge (“A”, EdgeTypeMap.PRODUCT);
+ * he.addEdge ("A", EdgeTypeMap.PRODUCT);
* while (edgeIt.hasNext()) {
* CyEdge edge = edgeIt.next(); // throws
ConcurrentModificationException
* }
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---