Thomas Vachuska
Committed by Gerrit Code Review

Fixed app id registration for the ACL manager.

Change-Id: Ibdd33a4b0ed781e66a3f573c0658b1446cc97462
......@@ -146,7 +146,7 @@ public class AclManager implements AclService {
@Activate
public void activate() {
appId = coreService.registerApplication("org.onos.acl");
appId = coreService.registerApplication("org.onosproject.acl");
hostService.addListener(hostListener);
idGenerator = coreService.getIdGenerator("acl-ids");
AclRule.bindIdGenerator(idGenerator);
......