Skip to content

Commit bbe271b

Browse files
committed
Typo2
1 parent e7981b8 commit bbe271b

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-
public synchronized boolean removeEventListener() throws SerialPortException {
1155+
private synchronized boolean removeEventListener() throws SerialPortException {
11561156
if(eventThread == null || !eventThread.isAlive()){
11571157
return false;
11581158
}

0 commit comments

Comments
 (0)