From bf86bb174238024ec3f66d7166cca14a4f297aad Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Fri, 12 Apr 2013 19:56:15 +0200 Subject: [PATCH] Remove duplicate throws documentation --- src/main/java/de/ailis/usb4java/topology/Usb4JavaDevice.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/de/ailis/usb4java/topology/Usb4JavaDevice.java b/src/main/java/de/ailis/usb4java/topology/Usb4JavaDevice.java index 1f10488..11e6492 100644 --- a/src/main/java/de/ailis/usb4java/topology/Usb4JavaDevice.java +++ b/src/main/java/de/ailis/usb4java/topology/Usb4JavaDevice.java @@ -408,8 +408,6 @@ public class Usb4JavaDevice implements UsbDevice * If claim should be forces if possible. * @throws UsbException * When interface could not be claimed. - * @throws UsbClaimException - * When an interface is already claimed. */ final void claimInterface(final byte number, final boolean force) throws UsbException @@ -448,8 +446,6 @@ public class Usb4JavaDevice implements UsbDevice * * @param number * The number of the interface to release. - * @throws UsbClaimException - * When the interface is not claimed. * @throws UsbException * When interface could not be claimed. */