forked from UnlegitDqrk/unlegitlibrary
- Restructured everything
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Copyright (C) 2025 UnlegitDqrk - All Rights Reserved
|
||||
*
|
||||
* You are unauthorized to remove this copyright.
|
||||
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
|
||||
* See LICENSE-File if exists
|
||||
*/
|
||||
|
||||
package dev.unlegitdqrk.unlegitlibrary.file;
|
||||
|
||||
@@ -17,7 +10,7 @@ import java.io.IOException;
|
||||
import java.util.*;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
public class ConfigurationManager extends DefaultMethodsOverrider {
|
||||
public final class ConfigurationManager extends DefaultMethodsOverrider {
|
||||
private final Properties properties = new Properties();
|
||||
private final File configFile;
|
||||
|
||||
|
Reference in New Issue
Block a user