From 661a625ed69faf701b6e868225148f630c2002d8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 24 Oct 2012 16:59:23 +0200 Subject: VersionNumber: API doc fix --- src/java/com/jogamp/common/util/VersionNumber.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java/com/jogamp/common') 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 { /** * Parser first tokenizes the input versionString w/ given delimiter. *

- * Each token will represent major, minor and sub version number component. + * Tokens represent the major, minor and sub version number component in this order. *

*

* For each token it ignores any leading non-digit and uses only contiguous digits, i.e. ignores pending non-digits. -- cgit v1.2.3