Author: toad
Date: 2008-01-28 16:25:05 +0000 (Mon, 28 Jan 2008)
New Revision: 17360

Modified:
   trunk/freenet/src/freenet/io/comm/PeerContext.java
Log:
Add shortToString() to PeerContext

Modified: trunk/freenet/src/freenet/io/comm/PeerContext.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/PeerContext.java  2008-01-28 15:23:10 UTC 
(rev 17359)
+++ trunk/freenet/src/freenet/io/comm/PeerContext.java  2008-01-28 16:25:05 UTC 
(rev 17360)
@@ -50,4 +50,7 @@
        /** Get a WeakReference to this context. Hopefully there is only one of 
these for the whole object; they are quite
         * expensive. */
        WeakReference getWeakRef();
+
+       /** Compact toString() */
+       String shortToString();
 }


Reply via email to