Remove unneeded annotations (when the method wasn't obfuscated to begin with)
This commit is contained in:
@@ -36,14 +36,10 @@ public final class Canvas extends java.awt.Canvas {
|
||||
this.component = var1;
|
||||
}
|
||||
|
||||
@Export("update")
|
||||
@ObfuscatedName("update")
|
||||
public final void update(Graphics var1) {
|
||||
this.component.update(var1);
|
||||
}
|
||||
|
||||
@Export("paint")
|
||||
@ObfuscatedName("paint")
|
||||
public final void paint(Graphics var1) {
|
||||
this.component.paint(var1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user