1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-16 10:28:05 +00:00

Minor code style fixups

- Add missing @Override annotations. I can't find a way to enforce this
   with checkstyle - maybe I need spotbugs too D:.
 - Remove superflous "this"es.
This commit is contained in:
Jonathan Coates
2021-06-12 22:18:35 +01:00
parent d4745ae47e
commit 2fab1a3054
24 changed files with 57 additions and 53 deletions

View File

@@ -324,7 +324,7 @@ public class FakeNetHandler extends ServerPlayNetHandler
@Override
public void disconnect( @Nonnull ITextComponent message )
{
this.closeReason = message;
closeReason = message;
}
@Override