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/4666eb35
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/4666eb35
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/4666eb35

Branch: refs/heads/master
Commit: 4666eb3538aa7030cbf875207bcccd119400d3a4
Parents: d5b2a8b
Author: Ray DeCampo <r...@decampo.org>
Authored: Sat May 13 10:38:19 2017 -0400
Committer: Ray DeCampo <r...@decampo.org>
Committed: Sat May 13 10:38:19 2017 -0400

----------------------------------------------------------------------
 .../math4/geometry/euclidean/threed/SphericalCoordinates.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/4666eb35/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/SphericalCoordinates.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/SphericalCoordinates.java
 
b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/SphericalCoordinates.java
index b82ec20..5f07644 100644
--- 
a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/SphericalCoordinates.java
+++ 
b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/SphericalCoordinates.java
@@ -66,7 +66,7 @@ public class SphericalCoordinates implements Serializable {
     /** Polar angle (co-latitude) &Phi;. */
     private final double phi;
 
-    /** Jacobian of (r, &theta; &Phi). */
+    /** Jacobian of (r, &theta; &Phi;). */
     private double[][] jacobian;
 
     /** Hessian of radius. */

Reply via email to