You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2017/05/13 14:41:06 UTC

[03/15] [math] Fix javadoc issues

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

Branch: refs/heads/master
Commit: f2eaada92d2f1391ede472b1bf468d99ebb92497
Parents: e94dbfd
Author: Ray DeCampo <ra...@decampo.org>
Authored: Sat May 13 09:21:02 2017 -0400
Committer: Ray DeCampo <ra...@decampo.org>
Committed: Sat May 13 09:21:02 2017 -0400

----------------------------------------------------------------------
 .../commons/math4/geometry/euclidean/threed/FieldRotation.java | 6 +++---
 .../commons/math4/geometry/euclidean/threed/Rotation.java      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/f2eaada9/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java
index d3853c0..d4c7a18 100644
--- a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java
+++ b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java
@@ -234,7 +234,7 @@ public class FieldRotation<T extends RealFieldElement<T>> implements Serializabl
      * <p>If the angular separation between u<sub>1</sub> and u<sub>2</sub> is
      * not the same as the angular separation between v<sub>1</sub> and
      * v<sub>2</sub>, then a corrected v'<sub>2</sub> will be used rather than
-     * v<sub>2</sub>, the corrected vector will be in the (&pm;v<sub>1</sub>,
+     * v<sub>2</sub>, the corrected vector will be in the (&plusmn;v<sub>1</sub>,
      * +v<sub>2</sub>) half-plane.</p>
 
      * @param u1 first vector of the origin pair
@@ -1637,9 +1637,9 @@ public class FieldRotation<T extends RealFieldElement<T>> implements Serializabl
      * or very different. It is mathematically defined as the angle of
      * the rotation r that prepended to one of the rotations gives the other
      * one:</p>
-     * <pre>
+     * <div style="white-space: pre"><code>
      *        r<sub>1</sub>(r) = r<sub>2</sub>
-     * </pre>
+     * </code></div>
      * <p>This distance is an angle between 0 and &pi;. Its value is the smallest
      * possible upper bound of the angle in radians between r<sub>1</sub>(v)
      * and r<sub>2</sub>(v) for all possible vectors v. This upper bound is

http://git-wip-us.apache.org/repos/asf/commons-math/blob/f2eaada9/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java
index a14eb6f..59517ba 100644
--- a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java
+++ b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/Rotation.java
@@ -262,7 +262,7 @@ public class Rotation implements Serializable {
    * <p>If the angular separation between u<sub>1</sub> and u<sub>2</sub> is
    * not the same as the angular separation between v<sub>1</sub> and
    * v<sub>2</sub>, then a corrected v'<sub>2</sub> will be used rather than
-   * v<sub>2</sub>, the corrected vector will be in the (&pm;v<sub>1</sub>,
+   * v<sub>2</sub>, the corrected vector will be in the (&plusmn;v<sub>1</sub>,
    * +v<sub>2</sub>) half-plane.</p>
 
    * @param u1 first vector of the origin pair
@@ -1399,9 +1399,9 @@ public class Rotation implements Serializable {
    * or very different. It is mathematically defined as the angle of
    * the rotation r that prepended to one of the rotations gives the other
    * one:</p>
-   * <pre>
+   * <div style="white-space: pre"><code>
    *        r<sub>1</sub>(r) = r<sub>2</sub>
-   * </pre>
+   * </code></div>
    * <p>This distance is an angle between 0 and &pi;. Its value is the smallest
    * possible upper bound of the angle in radians between r<sub>1</sub>(v)
    * and r<sub>2</sub>(v) for all possible vectors v. This upper bound is