We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b48fdd commit 932b4b3Copy full SHA for 932b4b3
1 file changed
Java/src/main/java/com/nuix/javaenginesimple/NuixVersion.java
@@ -3,18 +3,7 @@
3
import java.util.regex.Pattern;
4
5
/***
6
- * Assists in representing a Nuix version in object form to assist with comparing two versions. This allows for things such as
7
- * only executing chunks of code if the version meets a requirement.<br>
8
- * Ruby example:
9
- * <pre>
10
- * {@code
11
- * current_version = NuixVersion.new(NUIX_VERSION)
12
- * if current_version.isLessThan("7.8.0.10")
13
- * puts "Sorry your version of Nuix is below the minimum required version of 7.8.0.10"
14
- * exit 1
15
- * end
16
- * }
17
- * </pre>
+ * Provides a wrapper around Nuix version string that allows for comparison of versions.
18
* @author Jason Wells
19
*
20
*/
0 commit comments