Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
* <a href="http://docs.marklogic.com/guide/java">Java Application Developer's Guide</a>,
* <a href="https://github.com/marklogic/java-client-api">source code for provided listeners</a>,
* <a
* href="https://github.com/marklogic/java-client-api/tree/master/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement"
* href="https://github.com/marklogic/java-client-api/tree/master/examples/src/main/java/com/marklogic/client/example/cookbook/datamovement"
* >cookbook examples</a>, and
* <a
* href="https://github.com/marklogic/java-client-api/tree/master/marklogic-client-api/src/test/java/com/marklogic/client/test/datamovement"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/**
* The package provides base and support classes so you can derive
* a new Resource Manager to provide a client interface for a
* a new Resource Manager to provide a client interface for a
* Resource Services extension on the REST server. Use
* {@link com.marklogic.client.admin.ResourceExtensionsManager}
* to install a Resource Services extension on the REST server.
* See {@link com.marklogic.client.example.cookbook.ResourceExtension}
* for an example.
*/
/*
* Copyright (c) 2022 MarkLogic Corporation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*
* <p>Always call {@link #close} when finished with this handle to release the resources.</p>
*
* @see <a href="http://wiki.fasterxml.com/JacksonStreamingApi">Jackson Streaming API</a>
* @see <a href="https://github.com/FasterXML/jackson">Jackson Streaming API</a>
*/
public class JacksonParserHandle
extends JacksonBaseHandle<JsonParser>
Expand Down