Skip to content

Commit 5ef1e8f

Browse files
committed
Remove invalid internals in Document
Related to yorkie-team/codepair#288
1 parent 3121205 commit 5ef1e8f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/document/document.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,6 @@ export class Document<T, P extends Indexable = Indexable> {
858858

859859
/**
860860
* `hasLocalChanges` returns whether this document has local changes or not.
861-
*
862-
* @internal
863861
*/
864862
public hasLocalChanges(): boolean {
865863
return this.localChanges.length > 0;
@@ -910,8 +908,6 @@ export class Document<T, P extends Indexable = Indexable> {
910908

911909
/**
912910
* `getKey` returns the key of this document.
913-
*
914-
* @internal
915911
*/
916912
public getKey(): string {
917913
return this.key;
@@ -928,8 +924,6 @@ export class Document<T, P extends Indexable = Indexable> {
928924

929925
/**
930926
* `getStatus` returns the status of this document.
931-
*
932-
* @internal
933927
*/
934928
public getStatus(): DocumentStatus {
935929
return this.status;

0 commit comments

Comments
 (0)