Browse Source

missing javadoc param - thanks Gintas Grigelionis @twogee

master
Stefan Bodewig 6 years ago
parent
commit
222bd8daa3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/types/ModuleVersion.java

+ 1
- 0
src/main/org/apache/tools/ant/types/ModuleVersion.java View File

@@ -51,6 +51,7 @@ public class ModuleVersion {
* an ASCII hyphen ({@code -}) or plus ({@code +}), as those characters
* are used as delimiters in a complete module version string.
*
* @param number version number
* @throws NullPointerException if argument is {@code null}
* @throws IllegalArgumentException if argument contains {@code '-'}
* or {@code '+'}


Loading…
Cancel
Save