--- RXTXCommDriver.java 2006-06-03 22:03:45.352903000 -0400 +++ RXTXCommDriver.java.new 2006-06-03 22:14:41.971959000 -0400 @@ -793,7 +793,7 @@ /** * @param PortName The name of the port the OS recognizes * @param PortType CommPortIdentifier.PORT_SERIAL or PORT_PARALLEL - * @returns CommPort + * @return CommPort * getCommPort() will be called by CommPortIdentifier from its * openPort() method. PortName is a string that was registered earlier * using the CommPortIdentifier.addPortName() method. getCommPort() --- RXTXPort.java 2006-06-03 20:21:08.949478000 -0400 +++ RXTXPort.java.new 2006-06-03 22:15:55.445744000 -0400 @@ -303,7 +303,7 @@ z.reportln( "RXTXPort:disableReceiveFramming() called and returning (noop)"); } /** - * @returns true if framing is enabled + * @return true if framing is enabled */ public boolean isReceiveFramingEnabled() { @@ -517,7 +517,7 @@ * Line status methods */ /** - * @returns true if DTR is set + * @return true if DTR is set */ public native boolean isDTR(); /** @@ -1846,8 +1846,8 @@ * * find the fd and return RTS without using a Java open() call * - * @param String port - * @return boolean true if asserted + * @param port + * @return true if asserted * @throws UnsupportedCommOperationException; * */ @@ -1866,8 +1866,8 @@ * * find the fd and return CD without using a Java open() call * - * @param String port - * @return boolean true if asserted + * @param port + * @return true if asserted * @throws UnsupportedCommOperationException; * */ @@ -1886,8 +1886,8 @@ * * find the fd and return CTS without using a Java open() call * - * @param String port - * @return boolean true if asserted + * @param port + * @return true if asserted * @throws UnsupportedCommOperationException; * */ @@ -1906,8 +1906,8 @@ * * find the fd and return DSR without using a Java open() call * - * @param String port - * @return boolean true if asserted + * @param port + * @return true if asserted * @throws UnsupportedCommOperationException; * */ @@ -1926,8 +1926,8 @@ * * find the fd and return DTR without using a Java open() call * - * @param String port - * @return boolean true if asserted + * @param port + * @return true if asserted * @throws UnsupportedCommOperationException; * */ @@ -1946,8 +1946,8 @@ * * find the fd and return RI without using a Java open() call * - * @param String port - * @return boolean true if asserted + * @param port + * @return true if asserted * @throws UnsupportedCommOperationException; * */ @@ -2078,9 +2078,9 @@ /** * Extension to CommAPI. Set Baud Base to 38600 on Linux and W32 * before using. - * @param int BaudBase The clock frequency divided by 16. Default + * @param BaudBase The clock frequency divided by 16. Default * BaudBase is 115200. - * @return boolean true on success + * @return true on success * @throws UnsupportedCommOperationException, IOException */ @@ -2095,7 +2095,7 @@ /** * Extension to CommAPI - * @return int BaudBase + * @return BaudBase * @throws UnsupportedCommOperationException, IOException */ @@ -2110,7 +2110,7 @@ /** * Extension to CommAPI. Set Baud Base to 38600 on Linux and W32 * before using. - * @param int Divisor; + * @param Divisor * @throws UnsupportedCommOperationException, IOException */ @@ -2124,7 +2124,7 @@ /** * Extension to CommAPI - * @returns int Divisor; + * @return Divisor; * @throws UnsupportedCommOperationException, IOException */ --- RXTXVersion.java 2006-04-13 14:45:14.985289000 -0400 +++ RXTXVersion.java.new 2006-06-03 22:17:05.047435000 -0400 @@ -42,7 +42,7 @@ /** * static method to return the current version of RXTX * unique to RXTX. - * @returns a string representing the version "RXTX-1.4-9" + * @return a string representing the version "RXTX-1.4-9" */ public static String getVersion() {