Skip to content

Commit 70463c2

Browse files
removed a suppress warnings thing
1 parent 88bf7e8 commit 70463c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/src/main/java/me/untouchedodin0/plugin/PrivateMines.java

-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ public void onEnable() {
278278
* We're using {@link PrivateMines#loadMines()} instead now as it's Async and threaded correctly.
279279
*/
280280

281-
@SuppressWarnings("unused")
282281
private void loadMinesOld() throws IOException {
283282
final PathMatcher jsonMatcher = FileSystems.getDefault().getPathMatcher("glob:**/*.json");
284283
AtomicInteger loadedMineCount = new AtomicInteger();

0 commit comments

Comments
 (0)