Cache netconf operations
[netconf.git] / netconf / netconf-monitoring / src / main / java / org / opendaylight / netconf / monitoring / Get.java
index 4eaf60496c69352465de68969c35dfa76f7e3cd1..6b80a135489acef199c1970405c0f6e03debbf27 100644 (file)
@@ -32,8 +32,7 @@ public class Get extends AbstractNetconfOperation {
         this.netconfMonitor = netconfMonitor;
     }
 
-    private Element getPlaceholder(final Document innerResult)
-            throws DocumentedException {
+    private static Element getPlaceholder(final Document innerResult) throws DocumentedException {
         final XmlElement rootElement = XmlElement.fromDomElementWithExpected(
                 innerResult.getDocumentElement(), XmlNetconfConstants.RPC_REPLY_KEY,
                 XmlNetconfConstants.URN_IETF_PARAMS_XML_NS_NETCONF_BASE_1_0);