removing unused classes

This commit is contained in:
nossr50
2019-04-28 06:08:15 -07:00
parent d1085aa8f8
commit 7c4481f099
3 changed files with 2 additions and 30 deletions

View File

@@ -1,19 +0,0 @@
//package com.gmail.nossr50.config;
//
//import java.io.File;
//
///**
// * Represents a config file that registers keys after its initialized
// */
//public abstract class ConfigCollections extends Config implements RegistersKeys, ConfigCollection {
//
// public ConfigCollections(String pathToParentFolder, String relativePath, boolean mergeNewKeys) {
// super(pathToParentFolder, relativePath, mergeNewKeys);
// loadKeys();
// }
//
// public ConfigCollections(File pathToParentFolder, String relativePath, boolean mergeNewKeys) {
// super(pathToParentFolder, relativePath, mergeNewKeys);
// loadKeys();
// }
//}

View File

@@ -1,9 +0,0 @@
/*
package com.gmail.nossr50.config.hocon;
import ninja.leaping.configurate.objectmapping.serialize.ConfigSerializable;
@ConfigSerializable
public class ConfigSection {
}
*/