WHY FINAL NEEDED HERE.
This commit is contained in:
parent
2582ccab48
commit
659db38541
@ -7,7 +7,7 @@ import org.bukkit.plugin.java.JavaPlugin;
|
|||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.util.logging.Level;
|
import java.util.logging.Level;
|
||||||
|
|
||||||
public final class AutomaticLogDeleter extends JavaPlugin {
|
public class AutomaticLogDeleter extends JavaPlugin {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
|
Loading…
Reference in New Issue
Block a user