Skip to content

Commit 33a0245

Browse files
committed
typo2
1 parent d6418b8 commit 33a0245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/jssc/SerialPort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ private EventThread getNewEventThread() {
11521152
*
11531153
* @throws SerialPortException if exception occurred
11541154
*/
1155-
private synchronized boolean removeEventListener() throws SerialPortException {
1155+
public synchronized boolean removeEventListener() throws SerialPortException {
11561156
if(eventThread == null || !eventThread.isAlive()){
11571157
return false;
11581158
}

0 commit comments

Comments
 (0)