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 e0dc5f2 commit e5eb343Copy full SHA for e5eb343
jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/component/Container.java
@@ -74,7 +74,6 @@ default <T> Collection<T> getCachedBeans(Class<T> clazz)
74
*/
75
<T> T getBean(Class<T> clazz);
76
77
-
78
/**
79
* Removes the given bean.
80
* If the bean is-a {@link EventListener}, then also do an implicit {@link #removeEventListener(EventListener)}.
0 commit comments