File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
marklogic-client-api/src/main/java/com/marklogic/client Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 139139 * <a href="http://docs.marklogic.com/guide/java">Java Application Developer's Guide</a>,
140140 * <a href="https://github.com/marklogic/java-client-api">source code for provided listeners</a>,
141141 * <a
142- * href="https://github.com/marklogic/java-client-api/tree/master/marklogic-client-api /src/main/java/com/marklogic/client/example/cookbook/datamovement"
142+ * href="https://github.com/marklogic/java-client-api/tree/master/examples /src/main/java/com/marklogic/client/example/cookbook/datamovement"
143143 * >cookbook examples</a>, and
144144 * <a
145145 * href="https://github.com/marklogic/java-client-api/tree/master/marklogic-client-api/src/test/java/com/marklogic/client/test/datamovement"
Original file line number Diff line number Diff line change 11/**
22 * The package provides base and support classes so you can derive
3- * a new Resource Manager to provide a client interface for a
3+ * a new Resource Manager to provide a client interface for a
44 * Resource Services extension on the REST server. Use
55 * {@link com.marklogic.client.admin.ResourceExtensionsManager}
66 * to install a Resource Services extension on the REST server.
7- * See {@link com.marklogic.client.example.cookbook.ResourceExtension}
8- * for an example.
97 */
108/*
119 * Copyright (c) 2022 MarkLogic Corporation
Original file line number Diff line number Diff line change 3434 *
3535 * <p>Always call {@link #close} when finished with this handle to release the resources.</p>
3636 *
37- * @see <a href="http ://wiki.fasterxml. com/JacksonStreamingApi ">Jackson Streaming API</a>
37+ * @see <a href="https ://github. com/FasterXML/jackson ">Jackson Streaming API</a>
3838 */
3939public class JacksonParserHandle
4040 extends JacksonBaseHandle <JsonParser >
You can’t perform that action at this time.
0 commit comments