diff --git a/biz.aQute.bndlib/src/aQute/bnd/service/Registry.java b/biz.aQute.bndlib/src/aQute/bnd/service/Registry.java index b05df1673c..ab2367546b 100644 --- a/biz.aQute.bndlib/src/aQute/bnd/service/Registry.java +++ b/biz.aQute.bndlib/src/aQute/bnd/service/Registry.java @@ -21,9 +21,8 @@ public interface Registry { * @param * @param c * @param tags - * @return all plugins matching the given class and any of the given tags. - * If a plugin does not support tags or no tags are given, all - * plugins are returned without filtering. + * @return All plugins that have a tag that matches at least one of the + * given tags or have no tags. */ default List getPlugins(Class c, String... tags) {