mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
removed null pointer exception catch block left in from testing
This commit is contained in:
@@ -76,11 +76,6 @@ public class GuacamoleClassLoader extends ClassLoader {
|
||||
exception = e;
|
||||
}
|
||||
|
||||
catch (NullPointerException e) {
|
||||
// On error, record exception
|
||||
e.printStackTrace(System.err);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private GuacamoleClassLoader(File libDirectory) throws GuacamoleException {
|
||||
|
Reference in New Issue
Block a user