Skip to content

Commit

Permalink
HHH-7147 - ServiceRegistry is starting services twice
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Mar 5, 2012
1 parent 3d3ac53 commit 7a9cdb5
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -160,7 +160,6 @@ private <R extends Service> R initializeService(ServiceBinding<R> serviceBinding

// PHASE 4 : Start service
serviceBinding.getLifecycleOwner().startService( serviceBinding );
startService( serviceBinding );

return service;
}
Expand Down

0 comments on commit 7a9cdb5

Please sign in to comment.