You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud-minecraft/cloud-bukkit/src/main/java/cloud/commandframework/bukkit/internal/CraftBukkitReflection.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public final class CraftBukkitReflection {
67
67
68
68
@SafeVarargs
69
69
publicstatic <T> @NullableTfirstNonNullOrNull(
70
-
final@NullableT@NonNull... elements
70
+
final@NullableT@NonNull... elements
71
71
) {
72
72
for (finalTelement : elements) {
73
73
if (element != null) {
@@ -81,7 +81,7 @@ public final class CraftBukkitReflection {
0 commit comments