File tree Expand file tree Collapse file tree
IntelliJ/src/main/java/com/nuix/javaenginesimple Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ public void setLicenseFilter(LicenseFilter licenseFilter) {
493493
494494 /***
495495 * Returns the Nuix engine version by internally calling Engine.getVersion
496- * <br/ >Note that if Engine instance has not yet been initialized this returns "0.0.0.0"
496+ * <br>Note that if Engine instance has not yet been initialized this returns "0.0.0.0"
497497 * @return A String representing the Nuix Engine version or "0.0.0.0" if Engine has not yet been initialized.
498498 */
499499 public String getNuixVersionString () {
@@ -506,7 +506,7 @@ public String getNuixVersionString() {
506506
507507 /***
508508 * Gets a {@link NuixVersion} object representing the Engine version as obtained by calling Engine.getVersion
509- * <br/ >Note that if Engine instance has not yet been initialized this returns "0.0.0.0"
509+ * <br>Note that if Engine instance has not yet been initialized this returns "0.0.0.0"
510510 * @return A NuixVersion object representing the Nuix Engine version or one representing "0.0.0.0" if Engine has not yet been initialized.
511511 */
512512 public NuixVersion getNuixVersion () {
You can’t perform that action at this time.
0 commit comments