Author: mkirby
Date: 2011-10-08 12:26:04 -0700 (Sat, 08 Oct 2011)
New Revision: 27108

Modified:
   
core3/api/trunk/session-api/src/main/java/org/cytoscape/session/CySessionManager.java
   
core3/api/trunk/session-api/src/main/java/org/cytoscape/session/events/SessionAboutToBeSavedEvent.java
Log:
Fixed Javadoc.

Modified: 
core3/api/trunk/session-api/src/main/java/org/cytoscape/session/CySessionManager.java
===================================================================
--- 
core3/api/trunk/session-api/src/main/java/org/cytoscape/session/CySessionManager.java
       2011-10-08 08:11:22 UTC (rev 27107)
+++ 
core3/api/trunk/session-api/src/main/java/org/cytoscape/session/CySessionManager.java
       2011-10-08 19:26:04 UTC (rev 27108)
@@ -3,7 +3,7 @@
 
 /**
  * This class primarily acts as a listener and tracks the state of 
- * the Cytoscape application. This state can be interogated at any
+ * the Cytoscape application. This state can be interrogated at any
  * time and the result is an immutable CySession object suitable
  * for serialization. Likewise, setting a new session will replace
  * the current session with a new one.

Modified: 
core3/api/trunk/session-api/src/main/java/org/cytoscape/session/events/SessionAboutToBeSavedEvent.java
===================================================================
--- 
core3/api/trunk/session-api/src/main/java/org/cytoscape/session/events/SessionAboutToBeSavedEvent.java
      2011-10-08 08:11:22 UTC (rev 27107)
+++ 
core3/api/trunk/session-api/src/main/java/org/cytoscape/session/events/SessionAboutToBeSavedEvent.java
      2011-10-08 19:26:04 UTC (rev 27108)
@@ -79,7 +79,7 @@
 
        /**
         * This method is not meant to be used by listeners for this event.
-        * @return
+        * @return the {@link Desktop} object associated with this event.
         */
        public Desktop getDesktop() {
                return desktop;
@@ -96,7 +96,7 @@
 
        /**
         * This method is not meant to be used by listeners for this event.
-        * @return
+        * @return a List of {@link org.cytoscape.property.session.Cytopanel}s.
         */
        public List<Cytopanel> getCytopanels() {
                // Make the return value immutable so that listeners

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