We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c819e2d commit 368f5f7Copy full SHA for 368f5f7
server/src/main/java/org/elasticsearch/plugins/PluginsService.java
@@ -306,7 +306,7 @@ public int hashCode() {
306
/**
307
* Represents a meta-plugin and the {@link Bundle}s corresponding to its constituents.
308
*/
309
- static class MetaBundle implements BundleCollection{
+ static class MetaBundle implements BundleCollection {
310
private final String name;
311
private final List<Bundle> bundles;
312
0 commit comments