[MOBY-guts] biomoby commit

Martin Senger senger at pub.open-bio.org
Thu May 19 15:57:25 UTC 2005


senger
Thu May 19 11:57:25 EDT 2005
Update of /home/repository/moby/moby-live/Java/src/main/embl/ebi/soap
In directory pub.open-bio.org:/tmp/cvs-serv3891/src/main/embl/ebi/soap

Modified Files:
	SOAPToolkit.java 
Added Files:
	package.html 
Log Message:


moby-live/Java/src/main/embl/ebi/soap package.html,NONE,1.1 SOAPToolkit.java,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/embl/ebi/soap/SOAPToolkit.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/src/main/embl/ebi/soap/SOAPToolkit.java	2005/04/07 16:33:07	1.2
+++ /home/repository/moby/moby-live/Java/src/main/embl/ebi/soap/SOAPToolkit.java	2005/05/19 15:57:25	1.3
@@ -63,7 +63,7 @@
      * current service space (giving the priority to the one which is
      * service-specific). <p>
      *
-     * @see getAttributeNames
+     * @see #getAttributeNames
      */
     String getAttribute (String name);
 
@@ -71,8 +71,6 @@
      * Returns an Enumeration of Strings containing the attribute names of all
      * objects bound to the underlying session which the current request is
      * part of.
-     * These attributes were created by previous requests within the same
-     * session - see method {@link #setSessionAttribute}.
      *<P>
      * Use the {@link #getSessionAttribute(String)} method with an attribute name
      * to get the value of an attribute.
@@ -82,7 +80,7 @@
     /**
      * Returns the object bound with the specified name in this session,
      * or null if no object is bound under the name.
-     * @see getSessionAttributeNames
+     * @see #getSessionAttributeNames
      */
     Object getSessionAttribute (String name);
 




More information about the MOBY-guts mailing list