Remove invalid/add missing Export annotations
This commit is contained in:
@@ -15,11 +15,13 @@ public class DirectWrapper extends Wrapper {
|
||||
}
|
||||
|
||||
@ObfuscatedName("m")
|
||||
@Export("get")
|
||||
Object get() {
|
||||
return this.obj;
|
||||
}
|
||||
|
||||
@ObfuscatedName("f")
|
||||
@Export("isSoft")
|
||||
boolean isSoft() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user