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