Author: saces
Date: 2009-03-10 16:33:41 +0000 (Tue, 10 Mar 2009)
New Revision: 25978

Modified:
   
branches/db4o/freenet/src/freenet/client/async/KeyListenerConstructionException.java
Log:
make class KeyListenerConstructionException public, required for 
getters/putters in plugins

Modified: 
branches/db4o/freenet/src/freenet/client/async/KeyListenerConstructionException.java
===================================================================
--- 
branches/db4o/freenet/src/freenet/client/async/KeyListenerConstructionException.java
        2009-03-10 14:42:16 UTC (rev 25977)
+++ 
branches/db4o/freenet/src/freenet/client/async/KeyListenerConstructionException.java
        2009-03-10 16:33:41 UTC (rev 25978)
@@ -7,7 +7,7 @@
  * @author Matthew Toseland <[email protected]> (0xE43DA450)
  *
  */
-class KeyListenerConstructionException extends Exception {
+public class KeyListenerConstructionException extends Exception {
 
        KeyListenerConstructionException(FetchException e) {
                super(e);

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

Reply via email to