|
From: Dan S. <dds...@us...> - 2005-12-20 01:06:35
|
Update of /cvsroot/javax-usb/javax-usb-ri/src/com/ibm/jusb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17807/src/com/ibm/jusb Modified Files: UsbDeviceImp.java Log Message: javadoc update - add period to make javadoc happy. Index: UsbDeviceImp.java =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-ri/src/com/ibm/jusb/UsbDeviceImp.java,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** UsbDeviceImp.java 13 Apr 2005 16:57:11 -0000 1.51 --- UsbDeviceImp.java 20 Dec 2005 01:06:24 -0000 1.52 *************** *** 312,316 **** /** ! * Sets the active configuration index * <p> * Since this may be called before the associated configuration is actually added, --- 312,316 ---- /** ! * Sets the active configuration index. * <p> * Since this may be called before the associated configuration is actually added, |