Add missing whitespace around keywords, operators and braces
Change-Id: I47923156c25c36d1755765f06e81bb6cdad6fe03
This commit is contained in:
@@ -100,7 +100,7 @@ public class ServerPlugin extends Plugin {
|
||||
this.sysModule = load(sysName, classLoader);
|
||||
this.sshModule = load(sshName, classLoader);
|
||||
this.httpModule = load(httpName, classLoader);
|
||||
} catch(ClassNotFoundException e) {
|
||||
} catch (ClassNotFoundException e) {
|
||||
throw new InvalidPluginException("Unable to load plugin Guice Modules", e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user