Skip to content

Commit

Permalink
[MNG-7185] Describe explicit and recommended version for VersionRange…
Browse files Browse the repository at this point in the history
….createFromVersionSpec()

This closes #487
  • Loading branch information
breun authored and michael-o committed Jul 14, 2021
1 parent a3907fc commit 176b272
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -91,7 +91,8 @@ public VersionRange cloneOf()
* </p>
* Some spec examples are:
* <ul>
* <li><code>1.0</code> Version 1.0</li>
* <li><code>1.0</code> Version 1.0 as a recommended version</li>
* <li><code>[1.0]</code> Version 1.0 explicitly only</li>
* <li><code>[1.0,2.0)</code> Versions 1.0 (included) to 2.0 (not included)</li>
* <li><code>[1.0,2.0]</code> Versions 1.0 to 2.0 (both included)</li>
* <li><code>[1.5,)</code> Versions 1.5 and higher</li>
Expand Down

0 comments on commit 176b272

Please sign in to comment.