We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a63517 commit f2b2a75Copy full SHA for f2b2a75
src/main/java/org/usb4java/javax/AbstractIrpQueue.java
@@ -108,8 +108,8 @@ final void process()
108
irp.setUsbException(e);
109
}
110
111
- // Get next IRP and mark the thread as closing before sending the
112
- // events for the previous IRP
+ // Get next IRP and mark the thread as closing before sending
+ // the events for the previous IRP
113
final T nextIrp = this.irps.poll();
114
if (nextIrp == null) this.processor = null;
115
0 commit comments