Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / DataChangedReply.java
index 4f90c32635dbe27debfb3fa7b21b51b7ff6d18e0..c70f37ba34c499b943a46514a95807620666f3d8 100644 (file)
@@ -5,10 +5,9 @@
  * 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.messages;
 
-public class DataChangedReply {
+public final class DataChangedReply {
     public static final DataChangedReply INSTANCE = new DataChangedReply();
 
     private DataChangedReply() {