Skip to content

Commit

Permalink
[Code style] Add missing NotNull annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Jun 30, 2024
1 parent f9a1130 commit 09149c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class VelocityPlatform extends ProxyPlatform {
* @param plugin
* Plugin instance
*/
public VelocityPlatform(VelocityTAB plugin) {
public VelocityPlatform(@NotNull VelocityTAB plugin) {
this.plugin = plugin;
if (plugin.getServer().getPluginManager().isLoaded("velocity-scoreboard-api")) {
try {
Expand Down

0 comments on commit 09149c5

Please sign in to comment.