Fix javadoc issues

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

Branch: refs/heads/master
Commit: e2940dbf8a266a5b300ccb67030a82d66f1b0a79
Parents: f2eaada
Author: Ray DeCampo <r...@decampo.org>
Authored: Sat May 13 09:22:08 2017 -0400
Committer: Ray DeCampo <r...@decampo.org>
Committed: Sat May 13 09:22:08 2017 -0400

----------------------------------------------------------------------
 .../commons/math4/geometry/euclidean/twod/hull/MonotoneChain.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/e2940dbf/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 e77d4e3..cbc98da 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&apos;s monotone chain algorithm (Wikibooks)</a>
+ * Andrew's monotone chain algorithm (Wikibooks)</a>
  * @since 3.3
  */
 public class MonotoneChain extends AbstractConvexHullGenerator2D {

Reply via email to