commit | bf474388c06d60a9d69a71ed2a46fd8a49c82000 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Thu Oct 02 07:36:50 2014 -0700 |
committer | tom <tom@onlab.us> | Thu Oct 02 07:36:50 2014 -0700 |
tree | aa16044fc6f02dd5e58edb66d1906391c1ddbef1 | |
parent | 5a9383a4fa386c1aa6f6ddc2b1fcc798d8567f37 [diff] |
Corrected some javadocs.
diff --git a/utils/nio/src/test/java/org/onlab/nio/IOLoopTestClient.java b/utils/nio/src/test/java/org/onlab/nio/IOLoopTestClient.java index bbeedd0..797799a 100644 --- a/utils/nio/src/test/java/org/onlab/nio/IOLoopTestClient.java +++ b/utils/nio/src/test/java/org/onlab/nio/IOLoopTestClient.java
@@ -179,7 +179,7 @@ } /** - * Reports on the accumulated throughput trackers. + * Reports on the accumulated throughput and latency. */ public void report() { DecimalFormat f = new DecimalFormat("#,##0");
diff --git a/utils/nio/src/test/java/org/onlab/nio/IOLoopTestServer.java b/utils/nio/src/test/java/org/onlab/nio/IOLoopTestServer.java index a295c86..ffa6b21 100644 --- a/utils/nio/src/test/java/org/onlab/nio/IOLoopTestServer.java +++ b/utils/nio/src/test/java/org/onlab/nio/IOLoopTestServer.java
@@ -148,7 +148,7 @@ } /** - * Reports on the accumulated throughput trackers. + * Reports on the accumulated throughput and latency. */ public void report() { DecimalFormat f = new DecimalFormat("#,##0");