We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6418b8 commit 33a0245Copy full SHA for 33a0245
src/main/java/jssc/SerialPort.java
@@ -1152,7 +1152,7 @@ private EventThread getNewEventThread() {
1152
*
1153
* @throws SerialPortException if exception occurred
1154
*/
1155
- private synchronized boolean removeEventListener() throws SerialPortException {
+ public synchronized boolean removeEventListener() throws SerialPortException {
1156
if(eventThread == null || !eventThread.isAlive()){
1157
return false;
1158
}
0 commit comments