Skip to content

Commit

Permalink
Removed unnecessary abstract modifier
Browse files Browse the repository at this point in the history
Signed-off-by: pranishd1 <8871437+pranishd1@users.noreply.github.com>
  • Loading branch information
pranishd1 committed Oct 30, 2023
1 parent 5364ca3 commit 3f6d0c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/** Base interface to set JSON properties **/
public interface WithJsonBuilderBase<B> {

abstract B get();
B get();

/** Updates object with newly provided JSON properties
@param parser the JsonParser parser
Expand Down

0 comments on commit 3f6d0c5

Please sign in to comment.