Skip to content

Commit

Permalink
chore: refactoring
Browse files Browse the repository at this point in the history
DocumentData refactored to use generics
  • Loading branch information
grigoriev committed Sep 10, 2024
1 parent 7d231b6 commit 03e650a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ public static <T extends IUniqueObject> DocumentDataBuilder<T> builder(@NotNull
}

// making javadoc maven plugin happy
@SuppressWarnings("unused")
public static class DocumentDataBuilder<T extends IUniqueObject> {}
}

0 comments on commit 03e650a

Please sign in to comment.