Fix CS warnings in cds-access-api and enable enforcement
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / AbstractVersionException.java
index 11a27950f765951b5e3032db3b98115ecdd1aee2..e416fc63acaf847c2193af1a620bb4f1d89abc0f 100644 (file)
@@ -42,7 +42,8 @@ public abstract class AbstractVersionException extends Exception {
      *
      * @return Closest supported {@link ABIVersion}
      */
-    public final @Nonnull ABIVersion getClosestVersion() {
+    @Nonnull
+    public final ABIVersion getClosestVersion() {
         return closestVersion;
     }