BUG-3907: openflow-plugin-api does not build with jdk8
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / OutboundQueue.java
index afe5b056b2192cb183d5c4b6f7d9426b38c700a6..3212078c6bc2655ba4382d09f5c9c0231a3c6f1a 100644 (file)
@@ -30,10 +30,10 @@ public interface OutboundQueue {
      * with a response, the object reported will be non-null. If the request's completion
      * is implied by a barrier, the object reported will be null.
      *
-     * If this request fails on the remote device, {@link FutureCallback#onFailure(Throwable)
+     * If this request fails on the remote device, {@link FutureCallback#onFailure(Throwable)}
      * will be called with an instance of {@link DeviceRequestFailedException}.
      *
-     * If the request fails due to local reasons, {@link FutureCallback#onFailure(Throwable)
+     * If the request fails due to local reasons, {@link FutureCallback#onFailure(Throwable)}
      * will be called with an instance of {@link OutboundQueueException}. In particular, if
      * this request failed because the device disconnected, {@link OutboundQueueException#DEVICE_DISCONNECTED}
      * will be reported.