Author: toad
Date: 2008-02-12 14:57:42 +0000 (Tue, 12 Feb 2008)
New Revision: 17829
Modified:
trunk/freenet/src/freenet/node/Node.java
Log:
Indenting
Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java 2008-02-12 14:56:06 UTC (rev
17828)
+++ trunk/freenet/src/freenet/node/Node.java 2008-02-12 14:57:42 UTC (rev
17829)
@@ -3190,7 +3190,7 @@
public int getTotalRunningUIDs() {
synchronized(runningUIDs) {
- return runningUIDs.size();
+ return runningUIDs.size();
}
}
@@ -3202,8 +3202,8 @@
public int getTotalRunningUIDsAlt() {
synchronized(runningUIDs) {
- return this.runningCHKGetUIDs.size() +
this.runningCHKPutUIDs.size() + this.runningSSKGetUIDs.size() +
- this.runningSSKGetUIDs.size() +
this.runningSSKOfferReplyUIDs.size() + this.runningCHKOfferReplyUIDs.size();
+ return this.runningCHKGetUIDs.size() +
this.runningCHKPutUIDs.size() + this.runningSSKGetUIDs.size() +
+ this.runningSSKGetUIDs.size() +
this.runningSSKOfferReplyUIDs.size() + this.runningCHKOfferReplyUIDs.size();
}
}