HHH-7147 - ServiceRegistry is starting services twice

This commit is contained in:
Steve Ebersole 2012-03-05 15:06:25 -06:00
parent 3d3ac538d8
commit 7a9cdb5379
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ public abstract class AbstractServiceRegistryImpl
// PHASE 4 : Start service
serviceBinding.getLifecycleOwner().startService( serviceBinding );
startService( serviceBinding );
return service;
}