Bump MRI upstreams
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / rest / api / RestconfNormalizedNodeWriter.java
index e3951d3ffcb0855a946e0801a9b019e117d6a32b..eb160bdb4b0aacaeb24001545486ae15c0e1b498 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.netconf.sal.rest.api;
 
 import java.io.Closeable;
@@ -15,5 +14,5 @@ import org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode;
 
 public interface RestconfNormalizedNodeWriter extends Flushable, Closeable {
 
-    RestconfNormalizedNodeWriter write(NormalizedNode<?, ?> node) throws IOException;
+    RestconfNormalizedNodeWriter write(NormalizedNode node) throws IOException;
 }