[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Tue Jul 19 12:39:59 UTC 2005
senger
Tue Jul 19 08:39:59 EDT 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data
In directory pub.open-bio.org:/tmp/cvs-serv19358/src/main/org/biomoby/shared/data
Modified Files:
MobyDataObject.java
Log Message:
moby-live/Java/src/main/org/biomoby/shared/data MobyDataObject.java,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataObject.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataObject.java 2005/05/19 15:57:26 1.2
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataObject.java 2005/07/19 12:39:59 1.3
@@ -88,7 +88,7 @@
* will also parse a MOBY XML Object wrapped in a Simple tag when the Simple
* is passed in as the main element.
*
- * @param the W3C DOM Element node corresponding to the object's enclosing tag, or a Simple tag
+ * @param objectTag the W3C DOM Element node corresponding to the object's enclosing tag, or a Simple tag
*/
public static MobyDataInstance createInstanceFromDOM(Element objectTag) throws IllegalArgumentException{
MobyDataObject object = null;
More information about the MOBY-guts
mailing list