diff --git a/src/main/java/de/ailis/usb4java/libusb/SsEndpointCompanionDescriptor.java b/src/main/java/de/ailis/usb4java/libusb/SsEndpointCompanionDescriptor.java index 7c7b19c..1f7e6da 100644 --- a/src/main/java/de/ailis/usb4java/libusb/SsEndpointCompanionDescriptor.java +++ b/src/main/java/de/ailis/usb4java/libusb/SsEndpointCompanionDescriptor.java @@ -78,10 +78,10 @@ public final class SsEndpointCompanionDescriptor public native byte bMaxBurst(); /** - * Returns the attributes. In bulk endpoint: bits 4:0 represents the maximum - * number of streams the EP supports. In isochronous endpoint: bits 1:0 - * represents the Mult - a zero based value that determines the maximum - * number of packets within a service interval + * Returns the attributes. In bulk endpoint: bits 4:0 represents the + * maximum number of streams the EP supports. In isochronous endpoint: + * bits 1:0 represents the Mult - a zero based value that determines the + * maximum number of packets within a service interval. * * @return The attributes. */ diff --git a/src/main/java/de/ailis/usb4java/libusb/SsUsbDeviceCapabilityDescriptor.java b/src/main/java/de/ailis/usb4java/libusb/SsUsbDeviceCapabilityDescriptor.java index 2ae7154..57911df 100644 --- a/src/main/java/de/ailis/usb4java/libusb/SsUsbDeviceCapabilityDescriptor.java +++ b/src/main/java/de/ailis/usb4java/libusb/SsUsbDeviceCapabilityDescriptor.java @@ -22,8 +22,9 @@ import org.apache.commons.lang3.builder.EqualsBuilder; import org.apache.commons.lang3.builder.HashCodeBuilder; /** - * A structure representing the SuperSpeed USB Device Capability descriptor This - * descriptor is documented in section 9.6.2.2 of the USB 3.0 specification. + * A structure representing the SuperSpeed USB Device Capability descriptor. + * This descriptor is documented in section 9.6.2.2 of the USB 3.0 + * specification. * * All multiple-byte fields are represented in host-endian format. * @@ -35,8 +36,8 @@ public final class SsUsbDeviceCapabilityDescriptor private long ssUsbDeviceCapabilityDescriptorPointer; /** - * Constructs a new SuperSpeed USB Device Capability descriptor which can be - * passed to the + * Constructs a new SuperSpeed USB Device Capability descriptor which can + * be passed to the * {@link LibUsb#getSsUsbDeviceCapabilityDescriptor(Context, * BosDevCapabilityDescriptor, SsUsbDeviceCapabilityDescriptor)} method. */