We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816c84b commit 4799bdcCopy full SHA for 4799bdc
test-complete/src/test/java/com/marklogic/javaclient/TestPOJOSpecialCharRead.java
@@ -471,7 +471,8 @@ public void testPOJORepoDeleteWithNegativeId() {
471
// Delete the object
472
pojoReposProducts.delete(longId);
473
474
- // Validate the artifact read back.
+ // Validate the artifact read back. ResourceNotFoundException will be thrown.
475
+ @SuppressWarnings("unused")
476
Artifact artifact = pojoReposProducts.read(longId);
477
}
478
0 commit comments