Javadoc.

Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/4cf40bb0
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/4cf40bb0
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/4cf40bb0

Branch: refs/heads/multimodule
Commit: 4cf40bb07330505fd4019895eddca6008ed798c5
Parents: d8b47f3
Author: Gilles <er...@apache.org>
Authored: Wed Nov 2 07:10:18 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Nov 2 07:10:18 2016 +0100

----------------------------------------------------------------------
 .../org/apache/commons/rng/examples/integration/ComputePi.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/4cf40bb0/commons-rng-examples/src/main/java/org/apache/commons/rng/examples/integration/ComputePi.java
----------------------------------------------------------------------
diff --git 
a/commons-rng-examples/src/main/java/org/apache/commons/rng/examples/integration/ComputePi.java
 
b/commons-rng-examples/src/main/java/org/apache/commons/rng/examples/integration/ComputePi.java
index 72b4cb1..0b57f55 100644
--- 
a/commons-rng-examples/src/main/java/org/apache/commons/rng/examples/integration/ComputePi.java
+++ 
b/commons-rng-examples/src/main/java/org/apache/commons/rng/examples/integration/ComputePi.java
@@ -71,7 +71,7 @@ public class ComputePi extends MonteCarloIntegration {
     }
 
     /**
-     * @param n Number of random points to generate.
+     * @param numPoints Number of random points to generate.
      * @return the approximate value of pi.
      */
     public double compute(long numPoints) {

Reply via email to