[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Sun Aug 7 06:40:39 UTC 2005
senger
Sun Aug 7 02:40:39 EDT 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared
In directory pub.open-bio.org:/tmp/cvs-serv17453
Modified Files:
Central.java
Log Message:
moby-live/Java/src/main/org/biomoby/shared Central.java,1.11,1.12
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Central.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Central.java 2005/08/07 06:29:58 1.11
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Central.java 2005/08/07 06:40:39 1.12
@@ -69,32 +69,32 @@
/** A name of an ontology describing registered service types.
The name is used in a hash table returned by the {@link
- #getResourceURLs}.
+ #getResourceRefs}.
*/
static final String SERVICE_TYPES_RESOURCE_NAME = "Service";
/** A name of an ontology describing registered service types.
The name is used in a hash table returned by the {@link
- #getResourceURLs}.
+ #getResourceRefs}.
*/
static final String SERVICE_INSTANCES_RESOURCE_NAME = "ServiceInstance";
/** A name of an ontology describing registered data types. The
name is used in a hash table returned by the {@link
- #getResourceURLs}.
+ #getResourceRefs}.
*/
static final String DATA_TYPES_RESOURCE_NAME = "Object";
/** A name of an ontology describing registered service types.
The name is used in a hash table returned by the {@link
- #getResourceURLs}.
+ #getResourceRefs}.
*/
static final String NAMESPACES_RESOURCE_NAME = "Namespace";
/** A name of an ontology describing all registered entities. The
name is used in a hash table returned by the {@link
- #getResourceURLs}. The contents returned by this method for
- this ontology name is a concatanation of all other ontologies.
+ #getResourceRefs}. The contents returned by this method for
+ this ontology name is a concatenation of all other ontologies.
*/
static final String FULL_RESOURCE_NAME = "Full";
More information about the MOBY-guts
mailing list