Remove obsolete parentheses
This commit is contained in:
parent
9eedfc8e04
commit
2d50f26150
@ -38,7 +38,7 @@ public final class SimpleUsbStringDescriptor extends SimpleUsbDescriptor
|
||||
super(data.get(0), data.get(1));
|
||||
|
||||
data.position(2);
|
||||
this.bString = new byte[(bLength() - 2)];
|
||||
this.bString = new byte[bLength() - 2];
|
||||
data.get(this.bString);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user