Rename utility
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / Activator.java
index 99d5dbb3e73294bb14c824f75a92dc2c76ab56f7..7dd668c3829a0c71a3b991b0316de8713e660bcc 100644 (file)
@@ -77,7 +77,7 @@ public class Activator implements BundleActivator {
                        Files.write(stateUuidPath, stateUuid.getBytes());
                }
                nodeState = new CmsState(stateUuid);
-               Dictionary<String, Object> regProps = LangUtils.init(
+               Dictionary<String, Object> regProps = LangUtils.dico(
                                Constants.SERVICE_PID, NodeConstants.NODE_STATE_PID);
                regProps.put(NodeConstants.CN, stateUuid);
                bc.registerService(NodeState.class, nodeState, regProps);