Skip to content

Commit 41a4326

Browse files
committed
remove unnecessary POJO reference in javadoc to avoid any implied relationship with the Pojo Facade
1 parent d9ee91e commit 41a4326

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/marklogic/client/io/DocumentMetadataHandle.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
import com.marklogic.client.util.NameMap;
6363

6464
/**
65-
* A DocumentMetadataHandle represents the metadata for a database document
66-
* as a POJO (Plain Old Java Object).
65+
* A DocumentMetadataHandle represents the metadata for a database document.
6766
*/
6867
public class DocumentMetadataHandle
6968
extends BaseHandle<InputStream, OutputStreamSender>

0 commit comments

Comments
 (0)