mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
remove unused class object
This commit is contained in:
@@ -69,8 +69,6 @@ public class ScmEventBusModule extends AbstractModule
|
|||||||
@Override
|
@Override
|
||||||
public void afterInjection(Object object)
|
public void afterInjection(Object object)
|
||||||
{
|
{
|
||||||
Class<?> clazz = object.getClass();
|
|
||||||
|
|
||||||
ScmEventBus.getInstance().register(object);
|
ScmEventBus.getInstance().register(object);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user