Skip to content

Commit 932b4b3

Browse files
committed
removed ruby example, not really relevant in this context
1 parent 6b48fdd commit 932b4b3

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

Java/src/main/java/com/nuix/javaenginesimple/NuixVersion.java

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,7 @@
33
import java.util.regex.Pattern;
44

55
/***
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>
6+
* Provides a wrapper around Nuix version string that allows for comparison of versions.
187
* @author Jason Wells
198
*
209
*/

0 commit comments

Comments
 (0)