- missing override annotations added

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@158 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-08-09 13:52:01 +00:00
parent 488f8c84b6
commit 520d399c0d
9 changed files with 13 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ public class Usb_Bus {
public Usb_Device root_dev;
@Override
public String toString() {
return "Usb_Bus " + dirname;
}