Cleanup
This commit is contained in:
parent
a0c466b813
commit
2a5977d980
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@ public class BootCheck implements Runnable
|
|||
File f = new File(s);
|
||||
if (f.exists())
|
||||
{
|
||||
Boot.setState("Bytecode Viewer Boot Screen (OFFLINE MODE) - Force Loading Library "
|
||||
+ f.getName());
|
||||
Boot.setState("Bytecode Viewer Boot Screen (OFFLINE MODE) - Force Loading Library " + f.getName());
|
||||
System.out.println("Force loading library " + f.getName());
|
||||
|
||||
try
|
||||
|
|
Loading…
Reference in a new issue