- unneeded constructor removed

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@168 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-08-24 14:26:01 +00:00
parent ae6e3be1da
commit 896c4714ae

View File

@@ -2,10 +2,6 @@ package ch.ntb.usb;
public class USBException extends Exception{
public class USBTimeoutException {
}
public USBException(String string) {
super(string);
}