javadoc update

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@256 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
spandi
2007-08-15 17:49:32 +00:00
parent 36e03ecbb8
commit 920bb89f8b

View File

@@ -99,7 +99,8 @@ public class LibusbJava {
* *
* @param dev * @param dev
* The device to open. * The device to open.
* @return a handle used in future communication with the device. * @return a handle used in future communication with the device. 0 if an
* error has occurred.
*/ */
public static native int usb_open(Usb_Device dev); public static native int usb_open(Usb_Device dev);