Fixing server startup.

This commit is contained in:
marcins78@gmail.com
2012-01-29 20:49:05 +00:00
parent 39bf2d67c0
commit b8cd9c6292

View File

@@ -80,7 +80,7 @@ public class ServerProvider implements InjectableProvider<Context, Type> {
}
private synchronized Injectable<DeliveryService> getDeliveryServiceInjectable() {
if (_leagueServerInjectable == null) {
if (_deliveryServiceInjectable == null) {
final DeliveryService deliveryService = new DeliveryService();
_deliveryServiceInjectable = new Injectable<DeliveryService>() {
@Override