mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
![]() Java 9 runtimes report warnings for reflective access on JRE classes (in this case Field.modifiers). Future versions of Java may deny the access completely. Since we access our own code here, we could just remove the final modifier. With it's current visibility (of private) it's unlikely that it will be modified from somewhere else except our Settings class. |
||
---|---|---|
.. | ||
src | ||
test/com/earth2me/essentials | ||
kits.yml | ||
pom.xml |