summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-10-24 16:59:23 +0200
committerSven Gothel <[email protected]>2012-10-24 16:59:23 +0200
commit661a625ed69faf701b6e868225148f630c2002d8 (patch)
tree52804e8ba65ad3a5c3e3bf3eb92550bf25c87745
parentc1a8c38e32b4ed8f97fc82602c90eb7b0b3cef6e (diff)
VersionNumber: API doc fix
-rw-r--r--src/java/com/jogamp/common/util/VersionNumber.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/com/jogamp/common/util/VersionNumber.java b/src/java/com/jogamp/common/util/VersionNumber.java
index a35c15e..61a4c2e 100644
--- a/src/java/com/jogamp/common/util/VersionNumber.java
+++ b/src/java/com/jogamp/common/util/VersionNumber.java
@@ -45,7 +45,7 @@ public class VersionNumber implements Comparable<Object> {
/**
* Parser first tokenizes the input versionString w/ given delimiter.
* <p>
- * Each token will represent major, minor and sub version number component.
+ * Tokens represent the major, minor and sub version number component in this order.
* </p>
* <p>
* For each token it ignores any leading non-digit and uses only contiguous digits, i.e. ignores pending non-digits.