Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Apr 15, 2020
1 parent 80c4e25 commit c1a57bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/gnu/io/factory/SerialPortFactory.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package gnu.io.factory;

import java.io.IOException;

import gnu.io.NoSuchPortException;
import gnu.io.PortInUseException;
import gnu.io.SerialPort;
Expand All @@ -14,7 +12,6 @@ public interface SerialPortFactory {
* @param portName The port's name to parse out whether to create a serial connection or a remote (rfc2217) connection.
* @param expectedClass The {@link SerialPort} class that is expected to return.
* @return The newly created and opened SerialPort.
* @throws IOException
* @throws PortInUseException
* @throws NoSuchPortException
* @throws UnsupportedCommOperationException
Expand Down

0 comments on commit c1a57bf

Please sign in to comment.