Author: ruschein
Date: 2010-05-06 08:52:28 -0700 (Thu, 06 May 2010)
New Revision: 20089
Modified:
csplugins/trunk/ucsd/ruschein/tutorial23/src/cytoscape/tutorial23/IXor.java
Log:
Improved a JavaDoc comment.
Modified:
csplugins/trunk/ucsd/ruschein/tutorial23/src/cytoscape/tutorial23/IXor.java
===================================================================
--- csplugins/trunk/ucsd/ruschein/tutorial23/src/cytoscape/tutorial23/IXor.java
2010-05-06 01:24:54 UTC (rev 20088)
+++ csplugins/trunk/ucsd/ruschein/tutorial23/src/cytoscape/tutorial23/IXor.java
2010-05-06 15:52:28 UTC (rev 20089)
@@ -29,7 +29,7 @@
public Class getReturnType() { return Long.class; }
/**
- * @returns Long.class or null if there are not exactly 2 args or the
args are not both of type Long
+ * @returns Long.class or null if there are not exactly 2 args or the
args are not both of type Long or Double
*/
public Class validateArgTypes(final Class[] argTypes) {
if (argTypes.length != 2 || (argTypes[0] != Long.class &&
argTypes[0] != Double.class)
--
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.