[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Tue Jun 9 19:27:57 UTC 2009


gordonp
Tue Jun  9 15:27:56 EDT 2009
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui
In directory dev.open-bio.org:/tmp/cvs-serv21077/src/main/ca/ucalgary/seahawk/gui

Modified Files:
	MobyServicesGUI.java 
Log Message:
Downcasting of Central to CentralImpl
moby-live/Java/src/main/ca/ucalgary/seahawk/gui MobyServicesGUI.java,1.15,1.16
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyServicesGUI.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyServicesGUI.java	2008/09/10 20:02:41	1.15
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyServicesGUI.java	2009/06/09 19:27:56	1.16
@@ -6,6 +6,7 @@
 
 import org.biomoby.shared.*;
 import org.biomoby.shared.data.*;
+import org.biomoby.client.CentralImpl;
 import org.biomoby.client.MobyRequest;
 import org.biomoby.client.MobyRequestEventHandler;
 
@@ -77,7 +78,7 @@
 	specificHandlers = new HashMap<Integer,WeakReference<MobyRequestEventHandler>>();
     }
 
-    public Central getMobyCentralImpl(){
+    public CentralImpl getMobyCentralImpl(){
 	return mobyClient.getMobyCentralImpl();
     }
 




More information about the MOBY-guts mailing list