Remove useless findAllTargets

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-07-28 14:56:33 +02:00
parent 37eea0e16a
commit faac47d6e4

View File

@@ -55,7 +55,7 @@ public interface TenantAware {
* the return type of the runner
*/
@FunctionalInterface
interface TenantRunner<T> {
public interface TenantRunner<T> {
/**
* Called to run specific code and a given tenant.
*