[freenet-cvs] r14962 - trunk/freenet/src/freenet/support

toad at freenetproject.org toad at freenetproject.org
Tue Sep 4 16:33:44 UTC 2007


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;
 




More information about the cvs mailing list