mirror of https://github.com/rusefi/usb4java.git
Made toString final
This commit is contained in:
parent
03f329812b
commit
dad4b7c3ac
|
@ -713,7 +713,7 @@ public abstract class LibUsbDevice implements UsbDevice
|
|||
*/
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
public final String toString()
|
||||
{
|
||||
return this.device.toString();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue