Fix checkstyle
[netconf.git] / restconf / restconf-common / src / main / java / org / opendaylight / restconf / common / context / WriterParameters.java
index 79bfa12ab2ce161810992b550b72780abe8a6a74..f3a9eecfa253e3541a39ab9fa5e0deaecb75c884 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;
@@ -61,7 +60,9 @@ public final class WriterParameters {
         private boolean tagged;
         private String withDefault;
 
-        public WriterParametersBuilder() {}
+        public WriterParametersBuilder() {
+
+        }
 
         public WriterParametersBuilder setContent(final String content) {
             this.content = content;