You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/11/30 14:00:22 UTC

[2/8] commons-numbers git commit: NUMBERS-76 Make "Quaternion" a VALJO - correct Javadoc

NUMBERS-76 Make "Quaternion" a VALJO - correct Javadoc


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

Branch: refs/heads/master
Commit: 2f33d38d6ec5513ebbad44ffad237ebbc1ae9199
Parents: 9c6f778
Author: Steve Bosman <St...@gmail.com>
Authored: Wed Nov 28 23:23:57 2018 +0000
Committer: Steve Bosman <St...@gmail.com>
Committed: Wed Nov 28 23:23:57 2018 +0000

----------------------------------------------------------------------
 .../java/org/apache/commons/numbers/quaternion/Quaternion.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/2f33d38d/commons-numbers-quaternion/src/main/java/org/apache/commons/numbers/quaternion/Quaternion.java
----------------------------------------------------------------------
diff --git a/commons-numbers-quaternion/src/main/java/org/apache/commons/numbers/quaternion/Quaternion.java b/commons-numbers-quaternion/src/main/java/org/apache/commons/numbers/quaternion/Quaternion.java
index 0582625..5007ef4 100644
--- a/commons-numbers-quaternion/src/main/java/org/apache/commons/numbers/quaternion/Quaternion.java
+++ b/commons-numbers-quaternion/src/main/java/org/apache/commons/numbers/quaternion/Quaternion.java
@@ -490,7 +490,7 @@ public final class Quaternion implements Serializable {
      *
      * @param s String representation.
      * @return an instance.
-     * @throws IllegalArgumentException if the string does not
+     * @throws QuaternionParsingException if the string does not
      * conform to the specification.
      */
     public static Quaternion parse(String s) {