mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-26 14:19:05 +02:00
Switch to the new I18n class and format cleanup of all classes
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
package com.earth2me.essentials.protect.data;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Map.Entry;
|
||||
import java.util.Set;
|
||||
import java.util.*;
|
||||
import org.bukkit.World;
|
||||
import org.bukkit.block.Block;
|
||||
import org.bukkit.plugin.Plugin;
|
||||
@@ -249,5 +244,5 @@ public class ProtectedBlockMemory implements IProtectedBlock
|
||||
public void onPluginDeactivation()
|
||||
{
|
||||
storage.onPluginDeactivation();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user