Add missing format specifier to String.format
Change-Id: I32eaf2832c73003d3285643543376b44f1b9b4eb
This commit is contained in:
@@ -508,7 +508,7 @@ public class PluginLoader implements LifecycleListener {
|
||||
return loadJsPlugin(name, srcPlugin, snapshot);
|
||||
} else {
|
||||
throw new InvalidPluginException(String.format(
|
||||
"Unsupported plugin type: ", srcPlugin.getName()));
|
||||
"Unsupported plugin type: %s", srcPlugin.getName()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user