[MOBY-guts] biomoby commit

Dmitry Repchevski drepchevski at dev.open-bio.org
Tue Feb 19 13:17:48 UTC 2013


drepchevski
Tue Feb 19 08:17:47 EST 2013
Update of /home/repository/moby/moby-live/Java/src/main/org/inb/biomoby/central
In directory dev.open-bio.org:/tmp/cvs-serv13838/central

Modified Files:
	MobyCentralOperations.java 
Log Message:
some fixes
moby-live/Java/src/main/org/inb/biomoby/central MobyCentralOperations.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/inb/biomoby/central/MobyCentralOperations.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/inb/biomoby/central/MobyCentralOperations.java	2009/09/09 19:47:48	1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/inb/biomoby/central/MobyCentralOperations.java	2013/02/19 13:17:47	1.2
@@ -23,7 +23,7 @@
 
 public interface MobyCentralOperations
 {
-    public ServiceType retrieveService(ServiceType serviceType) throws Exception;
+    public Service retrieveService(Service service) throws Exception;
     public Registration registerService(Service service) throws Exception;
     public List<Service> findService(Service service, List<String> keywords, boolean isExpandServices, boolean isExpandObjects) throws Exception;
     




More information about the MOBY-guts mailing list