Skip to content

Commit 843e59c

Browse files
committed
Bumped to 6.4.1 and fixed comment in test
1 parent 4ec0e41 commit 843e59c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=6.4-SNAPSHOT
2+
version=6.4.1
33
describedName=MarkLogic Java Client API
44
publishUrl=file:../marklogic-java/releases
55

marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/ReadAndSearchWithTimestampTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import static org.junit.jupiter.api.Assertions.assertEquals;
1010

1111
/**
12-
* Added in 6.4.1; the 5 methods had been commented out with a comment indicating that the server APIs
12+
* Added in 6.4.1; the 3 methods being tested had been commented out with a comment indicating that the server APIs
1313
* were not fully fleshed out, but those APIs - specifically, how the REST API receives a server timestamp - have long
1414
* been present in the REST API.
1515
*/

0 commit comments

Comments
 (0)