Updated Branches:
  refs/heads/trunk 681efb6ce -> bf2d3433b

Avoid special characters which might confuse ant.


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bf2d3433
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bf2d3433
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bf2d3433

Branch: refs/heads/trunk
Commit: bf2d3433bc30079836aa6a3b4c716f602d246acd
Parents: 681efb6
Author: Pierre-Yves Ritschard <[email protected]>
Authored: Wed Sep 5 15:28:11 2012 +0000
Committer: Yuki Morishita <[email protected]>
Committed: Wed Sep 5 09:41:27 2012 -0500

----------------------------------------------------------------------
 .../apache/cassandra/utils/StreamingHistogram.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/bf2d3433/src/java/org/apache/cassandra/utils/StreamingHistogram.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/utils/StreamingHistogram.java 
b/src/java/org/apache/cassandra/utils/StreamingHistogram.java
index 69857c3..3e09539 100644
--- a/src/java/org/apache/cassandra/utils/StreamingHistogram.java
+++ b/src/java/org/apache/cassandra/utils/StreamingHistogram.java
@@ -127,10 +127,10 @@ public class StreamingHistogram
     }
 
     /**
-     * Calculates estimated number of points in interval [-∞,b].
+     * Calculates estimated number of points in interval [-inf,b].
      *
      * @param b upper bound of a interval to calculate sum
-     * @return estimated number of points in a interval [-∞,b].
+     * @return estimated number of points in a interval [-inf,b].
      */
     public double sum(double b)
     {

Reply via email to