Fix warnings/javadocs in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / exceptions / PrimaryNotFoundException.java
index c98e2bd384c4b976e041e24f99d57cd6e623a55d..2f82ccf10280531520ff66c445c86ae3cf241918 100644 (file)
@@ -10,7 +10,8 @@ package org.opendaylight.controller.cluster.datastore.exceptions;
 
 public class PrimaryNotFoundException extends RuntimeException {
     private static final long serialVersionUID = 1L;
-    public PrimaryNotFoundException(String message){
+
+    public PrimaryNotFoundException(String message) {
         super(message);
     }
 }