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 e7981b8 commit bbe271bCopy full SHA for bbe271b
src/main/java/jssc/SerialPort.java
@@ -1152,7 +1152,7 @@ private EventThread getNewEventThread() {
1152
*
1153
* @throws SerialPortException if exception occurred
1154
*/
1155
- public synchronized boolean removeEventListener() throws SerialPortException {
+ private synchronized boolean removeEventListener() throws SerialPortException {
1156
if(eventThread == null || !eventThread.isAlive()){
1157
return false;
1158
}
0 commit comments