Mark the class scanner for removal
This commit is contained in:
parent
799f32bca7
commit
7e25ece9b0
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,8 @@ import java.util.Set;
|
|||
import java.util.jar.JarEntry;
|
||||
import java.util.jar.JarFile;
|
||||
|
||||
|
||||
@Deprecated
|
||||
/**
|
||||
* Used internally. Do not directly invoke
|
||||
* <br/>
|
||||
|
|
|
@ -111,7 +111,6 @@ public class EventDispatcher
|
|||
|
||||
subscribers.clear();
|
||||
singleshot.clear();
|
||||
ClassScanner.DoScan();
|
||||
|
||||
Post(new EventBusReadyEvent());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue