Author: mkirby
Date: 2011-11-07 16:59:34 -0800 (Mon, 07 Nov 2011)
New Revision: 27426
Modified:
core3/api/trunk/event-api/src/main/java/org/cytoscape/event/AbstractCyEvent.java
core3/api/trunk/event-api/src/main/java/org/cytoscape/event/AbstractCyPayloadEvent.java
core3/api/trunk/event-api/src/main/java/org/cytoscape/event/CyListener.java
Log:
Fixed Javadoc.
Modified:
core3/api/trunk/event-api/src/main/java/org/cytoscape/event/AbstractCyEvent.java
===================================================================
---
core3/api/trunk/event-api/src/main/java/org/cytoscape/event/AbstractCyEvent.java
2011-11-08 00:57:58 UTC (rev 27425)
+++
core3/api/trunk/event-api/src/main/java/org/cytoscape/event/AbstractCyEvent.java
2011-11-08 00:59:34 UTC (rev 27426)
@@ -36,7 +36,7 @@
/**
- * A base implementation of CyEvent that can be used by events.
+ * A base implementation of {@link CyEvent} that can be used by events.
* @param <T> the generic type of the AbstractCyEvent.
* @CyAPI.Abstract.Class
*/
Modified:
core3/api/trunk/event-api/src/main/java/org/cytoscape/event/AbstractCyPayloadEvent.java
===================================================================
---
core3/api/trunk/event-api/src/main/java/org/cytoscape/event/AbstractCyPayloadEvent.java
2011-11-08 00:57:58 UTC (rev 27425)
+++
core3/api/trunk/event-api/src/main/java/org/cytoscape/event/AbstractCyPayloadEvent.java
2011-11-08 00:59:34 UTC (rev 27426)
@@ -38,7 +38,7 @@
import java.util.Collections;
/**
- * A base implementation of CyPayloadEvent that can be used by events.
+ * A base implementation of {@link CyPayloadEvent} that can be used by events.
* @param <T> the generic type of the source object.
* @param <P> the generic type of the payloads.
* @CyAPI.Abstract.Class
Modified:
core3/api/trunk/event-api/src/main/java/org/cytoscape/event/CyListener.java
===================================================================
--- core3/api/trunk/event-api/src/main/java/org/cytoscape/event/CyListener.java
2011-11-08 00:57:58 UTC (rev 27425)
+++ core3/api/trunk/event-api/src/main/java/org/cytoscape/event/CyListener.java
2011-11-08 00:59:34 UTC (rev 27426)
@@ -37,7 +37,7 @@
* <p>where ZZZ extends CyEvent! </b>
* <p>
* Unfortunately, we can't parameterize this
- * because Java doesn't reify generic types, meaning a class
+ * because Java doesn't verify generic types, meaning a class
* could only implement ONE instance of this interface,
* something that doesn't work for us. And so we leave it
* to convention.
--
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.