Skip to content

Commit

Permalink
no need for public constructor in package-private class
Browse files Browse the repository at this point in the history
  • Loading branch information
d0by1 committed Nov 4, 2023
1 parent f9ac206 commit ce79682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class PluginHologramListener implements Listener {
private final PluginHologramManager manager;

@Contract(pure = true)
public PluginHologramListener(@NonNull PluginHologramManager manager) {
PluginHologramListener(@NonNull PluginHologramManager manager) {
this.manager = manager;
}

Expand Down

0 comments on commit ce79682

Please sign in to comment.