Even more... you guessed it! REFACTORING. Removes the need for @Export for methods overriding base java methods
This commit is contained in:
@@ -221,8 +221,6 @@ public final class NetSocket extends AbstractSocket implements Runnable {
|
||||
|
||||
}
|
||||
|
||||
@Export("run")
|
||||
@ObfuscatedName("run")
|
||||
public void run() {
|
||||
try {
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user