Skip to content

Commit 0a48081

Browse files
authored
Update XOMHandle.java
1 parent 2a73527 commit 0a48081

File tree

1 file changed

+2
-4
lines changed
  • marklogic-client-api/src/main/java/com/marklogic/client/extra/xom

1 file changed

+2
-4
lines changed

marklogic-client-api/src/main/java/com/marklogic/client/extra/xom/XOMHandle.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@
4444
/**
4545
* A XOM Handle represents XML content as a XOM document for reading or writing.
4646
* You must install the XOM library to use this class.
47+
* @deprecated
48+
* Changed to Gradle.
4749
*/
48-
/**
49-
* @deprecated
50-
* Changed to Gradle.
51-
*/
5250
@Deprecated
5351
public class XOMHandle
5452
extends BaseHandle<InputStream, OutputStreamSender>

0 commit comments

Comments
 (0)