aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/DocumentUpdate.java
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/main/java/com/yahoo/document/DocumentUpdate.java')
-rw-r--r--document/src/main/java/com/yahoo/document/DocumentUpdate.java9
1 files changed, 2 insertions, 7 deletions
diff --git a/document/src/main/java/com/yahoo/document/DocumentUpdate.java b/document/src/main/java/com/yahoo/document/DocumentUpdate.java
index 20d9b352d2d..d8d8c02c43b 100644
--- a/document/src/main/java/com/yahoo/document/DocumentUpdate.java
+++ b/document/src/main/java/com/yahoo/document/DocumentUpdate.java
@@ -188,13 +188,8 @@ public class DocumentUpdate extends DocumentOperation implements Iterable<FieldP
return Collections.unmodifiableCollection(fieldPathUpdates);
}
- /** Returns the type of the document this updates
- *
- * @return The document type of the document
- */
- public DocumentType getDocumentType() {
- return documentType;
- }
+ /** Returns the type of the document this updates. */
+ public DocumentType getDocumentType() { return documentType; }
/**
* Sets the document type. Use only while deserializing - changing the document type after creation