PluginServletContext: Add missing space in exception message
Change-Id: I7465e4b8743e583f89992d0493091ab321c1f784
This commit is contained in:
@@ -70,7 +70,7 @@ class PluginServletContext {
|
||||
method.getParameterTypes());
|
||||
} catch (NoSuchMethodException e) {
|
||||
throw new NoSuchMethodError(String.format(
|
||||
"%s does not implement%s",
|
||||
"%s does not implement %s",
|
||||
PluginServletContext.class,
|
||||
method.toGenericString()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user