diff --git a/maven-resolver-util/src/main/java/org/eclipse/aether/util/version/package-info.java b/maven-resolver-util/src/main/java/org/eclipse/aether/util/version/package-info.java index ad3f40473..741e0ab65 100644 --- a/maven-resolver-util/src/main/java/org/eclipse/aether/util/version/package-info.java +++ b/maven-resolver-util/src/main/java/org/eclipse/aether/util/version/package-info.java @@ -21,14 +21,14 @@ * Version scheme for parsing/comparing versions and utility classes. *

* Contains the "generic" scheme {@link org.eclipse.aether.util.version.GenericVersionScheme} - * that serves the purpose of "factory" (and/or parser) for all corresponding elements (all those are package private). + * that serves as a "factory" (and/or parser) for corresponding package private classes. *

- * On the other hand, the {@link org.eclipse.aether.util.version.UnionVersionRange} is universal implementation of + * On the other hand, the {@link org.eclipse.aether.util.version.UnionVersionRange} is a universal implementation of * "unions" of various {@link org.eclipse.aether.version.VersionRange} instances. *

- * Below is the Generic Version Spec described: - *

- * Version string is parsed into version according to these rules: + * A version string is parsed according to the + * Version Order Specification. + * These rules are summarized here : *