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