Skip to content

Commit 63b0dec

Browse files
committed
Added default DocumentType in Document.java
1 parent ee7678f commit 63b0dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • document-store/src/main/java/org/hypertrace/core/documentstore

document-store/src/main/java/org/hypertrace/core/documentstore/Document.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ public interface Document {
55
String toJson();
66

77
default DocumentType getDocumentType() {
8-
return null;
8+
return DocumentType.DOCUMENT_STORE;
99
}
1010
}

0 commit comments

Comments
 (0)