From 920bb89f8b7978962ef42800666cb78875b56a1d Mon Sep 17 00:00:00 2001 From: spandi Date: Wed, 15 Aug 2007 17:49:32 +0000 Subject: [PATCH] javadoc update git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@256 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c --- java/src/ch/ntb/usb/LibusbJava.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/src/ch/ntb/usb/LibusbJava.java b/java/src/ch/ntb/usb/LibusbJava.java index 27d5f98..dd6ee65 100644 --- a/java/src/ch/ntb/usb/LibusbJava.java +++ b/java/src/ch/ntb/usb/LibusbJava.java @@ -99,7 +99,8 @@ public class LibusbJava { * * @param dev * 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);