Author: toad
Date: 2007-12-04 15:11:37 +0000 (Tue, 04 Dec 2007)
New Revision: 16260
Modified:
trunk/freenet/src/freenet/node/PeerNode.java
Log:
indent
Modified: trunk/freenet/src/freenet/node/PeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/PeerNode.java 2007-12-04 15:09:07 UTC
(rev 16259)
+++ trunk/freenet/src/freenet/node/PeerNode.java 2007-12-04 15:11:37 UTC
(rev 16260)
@@ -2686,7 +2686,7 @@
* A method to be called once at the beginning of every time
isConnected() is true
*/
protected void onConnect() {
- // Do nothing in the default impl
+ // Do nothing in the default impl
}
public void onFound(long edition, FetchResult result) {