diff --git a/src/main/java/de/ailis/usb4java/libusb/LibUsb.java b/src/main/java/de/ailis/usb4java/libusb/LibUsb.java index d6a0549..1751c29 100644 --- a/src/main/java/de/ailis/usb4java/libusb/LibUsb.java +++ b/src/main/java/de/ailis/usb4java/libusb/LibUsb.java @@ -804,13 +804,13 @@ public final class LibUsb * array is too small */ @Deprecated - public static int getPortPath(@SuppressWarnings("unused") final Context context, - final Device device, final ByteBuffer path) + public static int getPortPath(final Context context, final Device device, + final ByteBuffer path) { return getPortNumbers(device, path); } -/** + /** * Get the the parent from the specified device [EXPERIMENTAL]. * * Please note that the reference count of the returned device is not