[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Wed Nov 9 05:29:39 UTC 2005
senger
Wed Nov 9 00:29:39 EST 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared
In directory pub.open-bio.org:/tmp/cvs-serv30336/src/main/org/biomoby/shared
Modified Files:
Central.java
Log Message:
moby-live/Java/src/main/org/biomoby/shared Central.java,1.13,1.14
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Central.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Central.java 2005/10/27 04:15:23 1.13
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Central.java 2005/11/09 05:29:39 1.14
@@ -408,10 +408,14 @@
throws MobyException;
/**************************************************************************
- * Ask the implementation to create more verbose logs or messages about
- * what is going on. The behaviour is completely implementation dependent.
+ * Ask the implementation to create more verbose logs or messages
+ * about what is going on. The behaviour is completely
+ * implementation dependent. <p>
+ *
+ * @param enabled true if debug mode should be enabled, false otherwise
+ * @return the previous value of the debug mode
*************************************************************************/
- void setDebug (boolean debug);
+ boolean setDebug (boolean debug);
/**************************************************************************
* Set whether the server responses should cached or not to speedup
More information about the MOBY-guts
mailing list