Split out sal-distributed-eos
[controller.git] / opendaylight / md-sal / sal-distributed-eos / src / main / java / org / opendaylight / controller / cluster / entityownership / messages / UnregisterCandidateLocal.java
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.controller.cluster.datastore.entityownership.messages;
+package org.opendaylight.controller.cluster.entityownership.messages;
 
 import org.opendaylight.mdsal.eos.dom.api.DOMEntity;
 
@@ -17,7 +17,7 @@ import org.opendaylight.mdsal.eos.dom.api.DOMEntity;
 public class UnregisterCandidateLocal {
     private final DOMEntity entity;
 
-    public UnregisterCandidateLocal(DOMEntity entity) {
+    public UnregisterCandidateLocal(final DOMEntity entity) {
         this.entity = entity;
     }