Author: toad
Date: 2007-09-04 16:33:43 +0000 (Tue, 04 Sep 2007)
New Revision: 14962
Modified:
trunk/freenet/src/freenet/support/Logger.java
Log:
Move comment back to where it should be
Modified: trunk/freenet/src/freenet/support/Logger.java
===================================================================
--- trunk/freenet/src/freenet/support/Logger.java 2007-09-04 14:00:14 UTC
(rev 14961)
+++ trunk/freenet/src/freenet/support/Logger.java 2007-09-04 16:33:43 UTC
(rev 14962)
@@ -15,8 +15,6 @@
*/
public abstract class Logger {
- /** These indicate the verbosity levels for calls to log() * */
-
public final static class OSThread {
public static boolean getPIDEnabled = false;
@@ -193,6 +191,8 @@
}
}
+ /** These indicate the verbosity levels for calls to log() * */
+
/** This message indicates an error which prevents correct
functionality* */
public static final int ERROR = 16;