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:
@@ -324,7 +324,7 @@ public class FakeNetHandler extends ServerPlayNetHandler
|
||||
@Override
|
||||
public void disconnect( @Nonnull ITextComponent message )
|
||||
{
|
||||
this.closeReason = message;
|
||||
closeReason = message;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user