Repository: commons-math
Updated Branches:
  refs/heads/master 9c1c9ab1b -> 273b353bf


More Javadoc8 placation

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/273b353b
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/273b353b
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/273b353b

Branch: refs/heads/master
Commit: 273b353bf004e4c6108de3e97c327b9ec418d20f
Parents: 9c1c9ab
Author: Sebb <[email protected]>
Authored: Tue May 9 16:36:41 2017 +0100
Committer: Sebb <[email protected]>
Committed: Tue May 9 16:36:41 2017 +0100

----------------------------------------------------------------------
 .../org/apache/commons/math4/distribution/ZipfDistribution.java    | 2 +-
 .../commons/math4/geometry/euclidean/twod/hull/MonotoneChain.java  | 2 +-
 .../org/apache/commons/math4/ml/distance/EarthMoversDistance.java  | 2 +-
 src/main/java/org/apache/commons/math4/special/Gamma.java          | 2 +-
 .../apache/commons/math4/stat/correlation/KendallsCorrelation.java | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/273b353b/src/main/java/org/apache/commons/math4/distribution/ZipfDistribution.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/distribution/ZipfDistribution.java 
b/src/main/java/org/apache/commons/math4/distribution/ZipfDistribution.java
index 9f77bf7..911e692 100644
--- a/src/main/java/org/apache/commons/math4/distribution/ZipfDistribution.java
+++ b/src/main/java/org/apache/commons/math4/distribution/ZipfDistribution.java
@@ -39,7 +39,7 @@ import 
org.apache.commons.rng.sampling.distribution.RejectionInversionZipfSample
  * <li>{@code N} is the number of elements</li>
  * <li>{@code s} is the exponent</li>
  * </ul>
- * @see <a href="https://en.wikipedia.org/wiki/Zipf's_law">Zipf's law 
(Wikipedia)</a>
+ * @see <a href="https://en.wikipedia.org/wiki/Zipf's_law">Zipf&apos;s law 
(Wikipedia)</a>
  * @see <a 
href="https://en.wikipedia.org/wiki/Harmonic_number#Generalized_harmonic_numbers";>Generalized
 harmonic numbers</a>
  */
 public class ZipfDistribution extends AbstractIntegerDistribution {

http://git-wip-us.apache.org/repos/asf/commons-math/blob/273b353b/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/hull/MonotoneChain.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/hull/MonotoneChain.java
 
b/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/hull/MonotoneChain.java
index 8497da1..d23a902 100644
--- 
a/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/hull/MonotoneChain.java
+++ 
b/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/hull/MonotoneChain.java
@@ -44,7 +44,7 @@ import org.apache.commons.numbers.core.Precision;
  * identical and collinear points.
  *
  * @see <a 
href="http://en.wikibooks.org/wiki/Algorithm_Implementation/Geometry/Convex_hull/Monotone_chain";>
- * Andrew's monotone chain algorithm (Wikibooks)</a>
+ * Andrew&apos;s monotone chain algorithm (Wikibooks)</a>
  * @since 3.3
  */
 public class MonotoneChain extends AbstractConvexHullGenerator2D {

http://git-wip-us.apache.org/repos/asf/commons-math/blob/273b353b/src/main/java/org/apache/commons/math4/ml/distance/EarthMoversDistance.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/ml/distance/EarthMoversDistance.java 
b/src/main/java/org/apache/commons/math4/ml/distance/EarthMoversDistance.java
index 77b0479..c5df780 100644
--- 
a/src/main/java/org/apache/commons/math4/ml/distance/EarthMoversDistance.java
+++ 
b/src/main/java/org/apache/commons/math4/ml/distance/EarthMoversDistance.java
@@ -23,7 +23,7 @@ import org.apache.commons.math4.util.MathArrays;
 /**
  * Calculates the Earh Mover's distance (also known as Wasserstein metric) 
between two distributions.
  *
- * @see <a href="http://en.wikipedia.org/wiki/Earth_mover's_distance">Earth 
Mover's distance (Wikipedia)</a>
+ * @see <a href="http://en.wikipedia.org/wiki/Earth_mover's_distance">Earth 
Mover&apos;s distance (Wikipedia)</a>
  *
  * @since 3.3
  */

http://git-wip-us.apache.org/repos/asf/commons-math/blob/273b353b/src/main/java/org/apache/commons/math4/special/Gamma.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/special/Gamma.java 
b/src/main/java/org/apache/commons/math4/special/Gamma.java
index d08f1ba..b38ea05 100644
--- a/src/main/java/org/apache/commons/math4/special/Gamma.java
+++ b/src/main/java/org/apache/commons/math4/special/Gamma.java
@@ -442,7 +442,7 @@ public class Gamma {
      * @return digamma(x) to within \( 10^{-8} \) relative or absolute error 
whichever is larger.
      *
      * @see <a href="http://en.wikipedia.org/wiki/Digamma_function";>Digamma</a>
-     * @see <a href="http://www.uv.es/~bernardo/1976AppStatist.pdf";>Bernardo's 
original article</a>
+     * @see <a 
href="http://www.uv.es/~bernardo/1976AppStatist.pdf";>Bernardo&apos;s original 
article</a>
      *
      * @since 2.0
      */

http://git-wip-us.apache.org/repos/asf/commons-math/blob/273b353b/src/main/java/org/apache/commons/math4/stat/correlation/KendallsCorrelation.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/stat/correlation/KendallsCorrelation.java
 
b/src/main/java/org/apache/commons/math4/stat/correlation/KendallsCorrelation.java
index 1fdb155..c6bccb7 100644
--- 
a/src/main/java/org/apache/commons/math4/stat/correlation/KendallsCorrelation.java
+++ 
b/src/main/java/org/apache/commons/math4/stat/correlation/KendallsCorrelation.java
@@ -63,7 +63,7 @@ import org.apache.commons.math4.util.Pair;
  * @see <a 
href="http://en.wikipedia.org/wiki/Kendall_tau_rank_correlation_coefficient";>
  * Kendall tau rank correlation coefficient (Wikipedia)</a>
  * @see <a href="http://www.jstor.org/stable/2282833";>A Computer
- * Method for Calculating Kendall's Tau with Ungrouped Data</a>
+ * Method for Calculating Kendall&apos;s Tau with Ungrouped Data</a>
  *
  * @since 3.3
  */

Reply via email to