Fix for Bug 364.
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / builder / api / DataSchemaNodeBuilder.java
index 018610176407a65eab6da4ecdb6c1dddeb9dd24e..e816e8c282e0cc7ff4f0c66c8f22d138bd14eff6 100644 (file)
@@ -42,14 +42,14 @@ public interface DataSchemaNodeBuilder extends SchemaNodeBuilder, GroupingMember
      *
      * @return value of config statement
      */
-    Boolean isConfiguration();
+    boolean isConfiguration();
 
     /**
      * Set config statement.
      *
      * @param config
      */
-    void setConfiguration(Boolean config);
+    void setConfiguration(boolean config);
 
     /**
      * Get constraints of this builder.