AuthMe / ConfigMe

A simple configuration management library for any Java project!
MIT License
37 stars 16 forks source link

Rename class 'Utils' #320

Closed ljacqu closed 1 year ago

ljacqu commented 1 year ago

Rename the class 'Utils' to be a bit more descriptive. The initial intention was that it is an internal class to ConfigMe, but the file creation thing is useful and should be OK to call, hence the need for a better name. Additionally, util classes that are actually meant to be used only internally should be moved into a new package "internal".

To do