TF-EssentialsX/Essentials
games647 d24fbc9f55
Remove final modifier to fix illegal reflective access warning
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.
2018-03-13 16:46:25 +01:00
..
src Remove final modifier to fix illegal reflective access warning 2018-03-13 16:46:25 +01:00
test/com/earth2me/essentials Update to 1.12. :D 2017-06-18 19:54:04 +01:00
kits.yml Move kits to kits.yml (#1774) 2018-01-18 00:25:00 -08:00
pom.xml Remove Supervisor support. 2017-05-04 13:55:18 +01:00