[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Wed Oct 25 13:54:50 UTC 2006


gordonp
Wed Oct 25 09:54:50 EDT 2006
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui
In directory dev.open-bio.org:/tmp/cvs-serv12196

Modified Files:
	MobyContentGUI.java SplashWindow.java 
Log Message:
Fixed javadoc errors
moby-live/Java/src/main/ca/ucalgary/seahawk/gui MobyContentGUI.java,1.1,1.2 SplashWindow.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyContentGUI.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyContentGUI.java	2006/10/25 02:33:22	1.1
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyContentGUI.java	2006/10/25 13:54:50	1.2
@@ -444,9 +444,6 @@
     /**
      * Displays the choice to the user to open a file or URL.
      * Choice callback will call either showFileDialog or showWebDialog.
-     *
-     * @param x the x coordinate at which to show the popup menu choices
-     * @param y the y coordinate at which to show the popup menu choices
      */
     public void openDocument(){
 	JPopupMenu fileOrWeb = new JPopupMenu();

===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/SplashWindow.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/SplashWindow.java	2006/10/25 02:33:22	1.1
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/SplashWindow.java	2006/10/25 13:54:50	1.2
@@ -416,7 +416,7 @@
 
     /**
      * Invokes the init method of the JApplet class provided by name.
-     * @param args the applet that was actually launched
+     * @param applet the applet that was actually launched
      */
     public static void invokeInit(String className, javax.swing.JApplet applet) {
 




More information about the MOBY-guts mailing list