|
From: Dan S. <dds...@us...> - 2006-01-15 01:53:21
|
Update of /cvsroot/javax-usb/javax-usb/src/javax/usb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27036 Modified Files: UsbIrp.java Log Message: javadoc syntax fix Index: UsbIrp.java =================================================================== RCS file: /cvsroot/javax-usb/javax-usb/src/javax/usb/UsbIrp.java,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** UsbIrp.java 9 Jun 2004 20:25:40 -0000 1.24 --- UsbIrp.java 15 Jan 2006 01:52:45 -0000 1.25 *************** *** 178,182 **** * <p> * This must be false before use. ! * @return If the has completed. */ public boolean isComplete(); --- 178,182 ---- * <p> * This must be false before use. ! * @return If this UsbIrp has completed. */ public boolean isComplete(); |