Author: nextgens
Date: 2009-01-29 17:22:04 +0000 (Thu, 29 Jan 2009)
New Revision: 25366

Modified:
   trunk/freenet/src/freenet/support/LoggerHook.java
   trunk/freenet/src/freenet/support/VoidLogger.java
Log:
fix the build

Modified: trunk/freenet/src/freenet/support/LoggerHook.java
===================================================================
--- trunk/freenet/src/freenet/support/LoggerHook.java   2009-01-29 17:14:36 UTC 
(rev 25365)
+++ trunk/freenet/src/freenet/support/LoggerHook.java   2009-01-29 17:22:04 UTC 
(rev 25366)
@@ -234,6 +234,7 @@
                return instanceShouldLog(prio, o == null ? null : o.getClass());
        }
 
+       @Override
        public synchronized final void 
instanceRegisterLogThresholdCallback(LogThresholdCallback ltc) {
                LogThresholdCallback[] newLTC = new 
LogThresholdCallback[thresholdsCallbacks.length+1];
                newLTC[0] = ltc;

Modified: trunk/freenet/src/freenet/support/VoidLogger.java
===================================================================
--- trunk/freenet/src/freenet/support/VoidLogger.java   2009-01-29 17:14:36 UTC 
(rev 25365)
+++ trunk/freenet/src/freenet/support/VoidLogger.java   2009-01-29 17:22:04 UTC 
(rev 25366)
@@ -68,5 +68,7 @@
        @Override
        public void setDetailedThresholds(String details) {
        }
-       
-}
\ No newline at end of file
+
+       @Override
+       public final void 
instanceRegisterLogThresholdCallback(LogThresholdCallback ltc) {}
+}

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to