* moved annotation to more appropriate type
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6980 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
@@ -66,9 +66,9 @@ public abstract class AbstractTypeAwareSupport<T> implements
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
protected List<T> getBeans() {
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
Map<String, T> pluginMap = context.getBeansOfType(type);
|
||||
|
||||
return new ArrayList<T>(pluginMap.values());
|
||||
|
||||
Reference in New Issue
Block a user