Remove unneeded annotations (when the method wasn't obfuscated to begin with)
This commit is contained in:
@@ -101,8 +101,7 @@ public class BufferedNetSocket extends AbstractSocket {
|
||||
this.source.close();
|
||||
}
|
||||
|
||||
@ObfuscatedName("finalize")
|
||||
protected void method75() {
|
||||
protected void finalize() {
|
||||
this.close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user