mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-01-26 21:02:46 +00:00
@@ -87,7 +87,6 @@ public class NPCTemplateConverter {
|
||||
private static Collection<File> htmlScannedFiles;
|
||||
private static TeleportationTemplateContainer teleportation = new TeleportationTemplateContainer();
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
public static void main(String[] args) throws SQLException, IOException,
|
||||
ClassNotFoundException, JAXBException {
|
||||
controllers.put("L2Teleporter", TeleporterController.class);
|
||||
|
||||
@@ -36,7 +36,6 @@ public class ItemTemplateConversor {
|
||||
template = IOUtils.toString(ItemTemplateConversor.class
|
||||
.getResourceAsStream("ItemTemplateBase.txt"));
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
Collection<File> files = FileUtils
|
||||
.listFiles(
|
||||
new File(
|
||||
|
||||
Reference in New Issue
Block a user