Fixed serialization issues with Augments and java types
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / restconf / impl / CompositeNodeWrapper.java
index fc146256e8ed7d2a0168944f3d16170fbd85bd07..0ded60dae4fc0131ad6eb9da0cef06aee6f2cdff 100644 (file)
@@ -230,5 +230,4 @@ public final class CompositeNodeWrapper implements NodeWrapper<CompositeNode>, C
     public Set<java.util.Map.Entry<QName, List<Node<?>>>> entrySet() {
         return unwrap().entrySet();
     }
-
 }