Fix javadoc issues

This commit is contained in:
Ray DeCampo 2017-05-13 10:38:19 -04:00
parent d5b2a8bdec
commit 4666eb3538
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class SphericalCoordinates implements Serializable {
/** Polar angle (co-latitude) Φ. */
private final double phi;
/** Jacobian of (r, θ &Phi). */
/** Jacobian of (r, θ Φ). */
private double[][] jacobian;
/** Hessian of radius. */