This is why Lombok exists

This commit is contained in:
ZeroEpoch1969
2018-07-24 22:52:49 -07:00
parent 65bd609952
commit c0b43f26ea
8 changed files with 2 additions and 144 deletions
@@ -32,11 +32,6 @@ public class Freezer extends FreedomService
{
}
public boolean isGlobalFreeze()
{
return this.globalFreeze;
}
public void setGlobalFreeze(boolean frozen)
{
this.globalFreeze = frozen;