Remove javadoc warnings
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / device / DeviceTransaction.java
index 45c401dfe37108bf5396f69248329bac45997dfd..056bbff5fe3c722a5e084582c3e66b83da68f4d3 100644 (file)
@@ -126,9 +126,9 @@ public class DeviceTransaction {
             }
 
             @Override
-            public void onFailure(Throwable t) {
+            public void onFailure(Throwable throwable) {
                 LOG.error("Device transaction submit failed or submit took longer than {} {}!"
-                        + " Unlocking device.", timeout, timeUnit, t);
+                        + " Unlocking device.", timeout, timeUnit, throwable);
                 afterClose();
             }
         }, scheduledExecutorService);