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 / concepts / Request.java
index 75fbadd00a702c0f5129a0a13686e2901382f823..5c8df7874163908f8869986e3db819dff9f0c3b2 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,
@@ -56,7 +56,7 @@ public abstract class Request<T extends WritableIdentifier, C extends Request<T,
      * @return {@link RequestFailure} corresponding to this request
      */
     @Nonnull
-    public abstract RequestFailure<T, ?> toRequestFailure(@Nonnull final RequestException cause);
+    public abstract RequestFailure<T, ?> toRequestFailure(@Nonnull RequestException cause);
 
     @Override
     protected ToStringHelper addToStringAttributes(final ToStringHelper toStringHelper) {