Skip to content

Commit

Permalink
Checkstyle cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Sep 12, 2024
1 parent 05dd339 commit 8757225
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
import org.spigotmc.SpigotConfig;
import org.spigotmc.WatchdogThread;

import java.lang.ref.WeakReference;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

import java.lang.invoke.MethodHandle;
import java.lang.invoke.MethodHandles;
import java.lang.invoke.MethodType;
import java.lang.reflect.Field;
import java.lang.reflect.Method;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public interface NativeChunkSection {
NativeBlockState getBlock(int i, int j, int k);

/**
* Is this section made of only air (specifically, {@link BlockMaterial#isAir()})?
* Get if this section is made of only air (specifically, {@link BlockMaterial#isAir()}).
*
* @return true if the section is only air
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

package com.sk89q.worldedit.internal.wna;

import com.sk89q.worldedit.util.SideEffectSet;
import org.enginehub.linbus.tree.LinCompoundTag;

/**
Expand Down

0 comments on commit 8757225

Please sign in to comment.