Skip to content

Commit

Permalink
Change default getName() NameStyle to VERBOSE
Browse files Browse the repository at this point in the history
Signed-off-by: William Jeffcock <[email protected]>
  • Loading branch information
dentmaged committed Feb 4, 2024
1 parent 5e83106 commit 26c5bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/src/main/java/tc/oc/pgm/util/named/Named.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public interface Named {
Component getName(NameStyle style);

default Component getName() {
return getName(NameStyle.FANCY);
return getName(NameStyle.VERBOSE);
}

// TODO: Maybe add a note here explaining to prefer Named#getName()
Expand Down

0 comments on commit 26c5bf9

Please sign in to comment.