Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
as suggested
  • Loading branch information
chrisrueger authored Oct 30, 2024
1 parent 13757b5 commit 9836d5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions biz.aQute.bndlib/src/aQute/bnd/service/Registry.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ public interface Registry {
* @param <T>
* @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 <T> List<T> getPlugins(Class<T> c, String... tags) {

Expand Down

0 comments on commit 9836d5a

Please sign in to comment.