Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / netconf / netconf-api / src / main / java / org / opendaylight / netconf / api / monitoring / SessionEvent.java
index d6c87c3ed82c81c329712fc8a5730cdfa4abc30e..6918335e5b775591f41613d39dd45c9995cb048d 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.netconf.api.monitoring;
 /**
  * Class represents change in netconf session.
  */
-public class SessionEvent {
+public final class SessionEvent {
     private final NetconfManagementSession session;
     private final Type type;