Merge "Patch for Bug 3889(redundant final keyword) and Bug 3900 (specific exception...
[netconf.git] / opendaylight / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / handler / exi / EXIParameters.java
index 6fcea5130a7e18b42fc3d069f0c0d179386e229f..35451ca04c91e60beb66d450d71b091ec235c5d9 100644 (file)
@@ -86,7 +86,7 @@ public final class EXIParameters {
         return new EXIParameters(options);
     }
 
-    public final EXIOptions getOptions() {
+    public EXIOptions getOptions() {
         return options;
     }
 }