javadoc fixes

master
Josha von Gizycki 7 years ago
parent af2d5aabe9
commit 579f6cd758

@ -124,7 +124,7 @@ public class SdiContainer implements SdiContainerInterface {
* returns all registered services that implement or extend the given class * returns all registered services that implement or extend the given class
* *
* @param clz parent class or interface * @param clz parent class or interface
* @param T type of the requested service * @param <T> type of the requested service
* @return the list with instances, or an empty list if nothing is found * @return the list with instances, or an empty list if nothing is found
*/ */
@SuppressWarnings("WeakerAccess") @SuppressWarnings("WeakerAccess")

Loading…
Cancel
Save