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 2a73527 commit 0a48081Copy full SHA for 0a48081
marklogic-client-api/src/main/java/com/marklogic/client/extra/xom/XOMHandle.java
@@ -44,11 +44,9 @@
44
/**
45
* A XOM Handle represents XML content as a XOM document for reading or writing.
46
* You must install the XOM library to use this class.
47
+ * @deprecated
48
+ * Changed to Gradle.
49
*/
-/**
-* @deprecated
50
-* Changed to Gradle.
51
-*/
52
@Deprecated
53
public class XOMHandle
54
extends BaseHandle<InputStream, OutputStreamSender>
0 commit comments