mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-03 04:55:28 +02:00
removing unused classes
This commit is contained in:
@@ -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();
|
||||
// }
|
||||
//}
|
@@ -1,9 +0,0 @@
|
||||
/*
|
||||
package com.gmail.nossr50.config.hocon;
|
||||
|
||||
import ninja.leaping.configurate.objectmapping.serialize.ConfigSerializable;
|
||||
|
||||
@ConfigSerializable
|
||||
public class ConfigSection {
|
||||
}
|
||||
*/
|
Reference in New Issue
Block a user