[MOBY-guts] biomoby commit

Andreas Groscurth groscurt at dev.open-bio.org
Fri Nov 30 08:49:10 UTC 2007


groscurt
Fri Nov 30 03:49:09 EST 2007
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/sync
In directory dev.open-bio.org:/tmp/cvs-serv907/src/main/org/biomoby/registry/sync

Modified Files:
	CentralFactory.java 
Log Message:
javadoc fix
moby-live/Java/src/main/org/biomoby/registry/sync CentralFactory.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/sync/CentralFactory.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/biomoby/registry/sync/CentralFactory.java	2007/08/24 09:38:57	1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/sync/CentralFactory.java	2007/11/30 08:49:09	1.2
@@ -46,7 +46,6 @@
      * @return the local central
      * @throws MobyException
      *             whether the local central is not initialised
-     * @uml.property name="localCentral"
      */
     public static CentralDigestImpl getLocalCentral() throws MobyException {
         if ( localCentral == null ) {
@@ -61,7 +60,6 @@
      * @return the master central
      * @throws MobyException
      *             whether the master central is not initialised
-     * @uml.property name="masterCentral"
      */
     public static CentralDigestImpl getMasterCentral() throws MobyException {
         if ( masterCentral == null ) {




More information about the MOBY-guts mailing list