Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jun 4, 2024
1 parent bdb515c commit 7d86690
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
*/
public enum DocumentSyncType {

/** Access Attribute. */
ACCESS_ATTRIBUTE,
/** Attribute. */
ATTRIBUTE,
/** CONTENT. */
CONTENT,
/** METADATA. */
METADATA,
/** TAG. */
TAG;
TAG
}

0 comments on commit 7d86690

Please sign in to comment.