Fix checkstyle
[netconf.git] / restconf / restconf-common / src / main / java / org / opendaylight / restconf / common / context / WriterParameters.java
index 8941f9751ccd1a692c426c83a9ef8d30cb6f51cc..95cdde83a34f924f3cd6405378bc6f98edab5973 100644 (file)
@@ -5,7 +5,6 @@
  * 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.restconf.common.context;
 
 import java.util.List;
@@ -54,7 +53,9 @@ public final class WriterParameters {
         private boolean prettyPrint;
         private boolean tagged;
 
-        public WriterParametersBuilder() {}
+        public WriterParametersBuilder() {
+
+        }
 
         public WriterParametersBuilder setContent(final String content) {
             this.content = content;