Skip to content

Commit f81cf69

Browse files
ssambasuMarkLogic Builder
authored andcommitted
Fixing comment
1 parent 56fa1d2 commit f81cf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-data-hub/src/main/java/com/marklogic/hub/impl/DataHubImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ public boolean isServerVersionValid(String versionString) {
250250
return false;
251251
}
252252
boolean isNightly = versionString.matches("[^-]+-(\\d{4})(\\d{2})(\\d{2})");
253-
//Support any 9.0 version > 9.0-5 and all 10.0 versions.
254253

254+
//Support any 9.0 version >= 9.0-5.
255255
int minor = 0;
256256
int hotFixNum = 0;
257257

0 commit comments

Comments
 (0)