[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Mon Mar 29 20:59:54 UTC 2010


gordonp
Mon Mar 29 16:59:54 EDT 2010
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util
In directory dev.open-bio.org:/tmp/cvs-serv12728/src/main/ca/ucalgary/services/util

Modified Files:
	PBERecorder.java 
Log Message:
Javadoc updates
moby-live/Java/src/main/ca/ucalgary/services/util PBERecorder.java,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/PBERecorder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/PBERecorder.java	2010/03/17 20:17:39	1.3
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/PBERecorder.java	2010/03/29 20:59:54	1.4
@@ -32,6 +32,8 @@
 
 /**
  * This class controls the interaction between the web browser and Seahawk via the pasting actions.
+ * The tracking of Moby data in a demonstration usage of a web service or html form is used
+ * to generalize the invocation details into a Moby wrapper for the legacy service.
  */
 public class PBERecorder implements DataRecorder{
     private Map<String,MobyContentGUI> sessionId2gui;  // link the http session with the GUI
@@ -134,11 +136,6 @@
         }
     }
 
-    /**
-     * @param t an XSLT transformer that is used to make results presentable (e.g. indentation).  If null, an identity transform is used.
-     *
-     * @throws Exception if an XSLT transformer was not provided, and one could not be created
-     */
     public PBERecorder(){
 	sessionId2gui = new HashMap<String,MobyContentGUI>();
 	sessionId2SourceMap = new HashMap<String,SourceMap>();




More information about the MOBY-guts mailing list