Fixed default number of stop bits to 1 in Javadoc.

This commit is contained in:
hedgecrw85 2015-06-16 11:02:22 -05:00
parent 6f5f2c4e8b
commit 8a45680e70
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ public final class SerialPort
/**
* Sets the desired number of stop bits per word.
* <p>
* The default number of stop bits per word is 2. Built-in stop-bit constants should be used
* The default number of stop bits per word is 1. Built-in stop-bit constants should be used
* in this method ({@link #ONE_STOP_BIT}, {@link #ONE_POINT_FIVE_STOP_BITS}, {@link #TWO_STOP_BITS}).
* <p>
* Note that {@link #ONE_POINT_FIVE_STOP_BITS} stop bits may not be available on non-Windows systems.