Fix thread safety issue with StartExi operation
[controller.git] / opendaylight / netconf / netconf-impl / src / main / java / org / opendaylight / controller / netconf / impl / mapping / operations / DefaultStartExi.java
index c18d0cc35f958bc543106810c91d3e11ced1d920..9e84be6c31c32d1a5bbfeb778b8ec05e0b899095 100644 (file)
@@ -30,7 +30,7 @@ public class DefaultStartExi extends AbstractNetconfOperation implements Default
 \r
     public static final String START_EXI = "start-exi";\r
 \r
-    private static NetconfSession netconfSession;\r
+    private NetconfSession netconfSession;\r
 \r
     private static final Logger logger = LoggerFactory.getLogger(DefaultStartExi.class);\r
 \r