Fix various netconf warnings
[controller.git] / opendaylight / netconf / netconf-notifications-impl / src / test / java / org / opendaylight / controller / netconf / notifications / impl / ops / GetTest.java
index 05ed9bf006f79c2cc7937da1e7064f5d76364d6b..ac826a5e4454650c9d58dc9503b5ae013736f394 100644 (file)
@@ -52,7 +52,7 @@ public class GetTest {
                         "</rpc-reply>\n");
     }
 
-    private Document getBlankResponse() throws IOException, SAXException {
+    private static Document getBlankResponse() throws IOException, SAXException {
 
         return XmlUtil.readXmlToDocument("<rpc-reply message-id=\"101\"\n" +
                 "xmlns=\"urn:ietf:params:xml:ns:netconf:base:1.0\">\n" +