Fix checkstyle problems not detected by the current version
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / TransactionRequest.java
index 7ae6b81e3ba9db52c9e2f24f79e3226b65eaad68..4dcf6ea93c6451d5b0b96c3e3d24a29b9bbfe82f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2016, 2017 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -40,5 +40,5 @@ public abstract class TransactionRequest<T extends TransactionRequest<T>> extend
     }
 
     @Override
-    protected abstract AbstractTransactionRequestProxy<T> externalizableProxy(final ABIVersion version);
+    protected abstract AbstractTransactionRequestProxy<T> externalizableProxy(ABIVersion version);
 }