tom

Corrected some javadocs.

......@@ -181,7 +181,7 @@ public class IOLoopTestClient {
}
/**
* Reports on the accumulated throughput trackers.
* Reports on the accumulated throughput and latency.
*/
public void report() {
DecimalFormat f = new DecimalFormat("#,##0");
......
......@@ -152,7 +152,7 @@ public class IOLoopTestServer {
}
/**
* Reports on the accumulated throughput trackers.
* Reports on the accumulated throughput and latency.
*/
public void report() {
DecimalFormat f = new DecimalFormat("#,##0");
......
......@@ -179,7 +179,7 @@ public class IOLoopTestClient {
}
/**
* Reports on the accumulated throughput trackers.
* Reports on the accumulated throughput and latency.
*/
public void report() {
DecimalFormat f = new DecimalFormat("#,##0");
......
......@@ -148,7 +148,7 @@ public class IOLoopTestServer {
}
/**
* Reports on the accumulated throughput trackers.
* Reports on the accumulated throughput and latency.
*/
public void report() {
DecimalFormat f = new DecimalFormat("#,##0");
......