Bump upstreams to SNAPSHOTs
[netconf.git] / netconf / tools / netconf-test-perf / src / main / java / org / opendaylight / netconf / test / perf / MountedDeviceListener.java
index 62682f83ffd2f508e01bae8cc43d63e3a405f7b8..48b960b0c6bd0b723afd8ddaf319b7facb1e0d74 100644 (file)
@@ -48,7 +48,7 @@ import org.slf4j.LoggerFactory;
 
 @Singleton
 @Component(immediate = true)
-public class MountedDeviceListener implements DOMMountPointListener {
+public final class MountedDeviceListener implements DOMMountPointListener {
     private static final Logger LOG = LoggerFactory.getLogger(MountedDeviceListener.class);
     private static final String TEST_NODE_PREFIX = "perf-";
     private static final String STREAM_DEFAULT_NAME = "STREAM-PERF-DEFAULT";