Skip to content

Commit

Permalink
javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Apr 15, 2020
1 parent 5c58134 commit 80c4e25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/gnu/io/factory/SerialPortFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ <T extends SerialPort> T createSerialPort(String portName, Class<T> expectedClas
* Creates a {@link SerialPort} instance out of the given <code>portName</code>.
* @param portName The port's name to parse out whether to create a serial connection or a remote (rfc2217) connection.
* @return The newly created and opened SerialPort.
* @throws IOException
* @throws PortInUseException
* @throws NoSuchPortException
* @throws UnsupportedCommOperationException
Expand Down

0 comments on commit 80c4e25

Please sign in to comment.