Skip to content

Commit d5c83ac

Browse files
author
Bilal Al
committed
polish
1 parent 53f3898 commit d5c83ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/split/engine/common/SyncManagerImp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private void startPollingMode() {
194194

195195
@VisibleForTesting
196196
/* package private */ void incomingPushStatusHandler() {
197-
while (!Thread.currentThread().isInterrupted()) {
197+
while (!Thread.interrupted()) {
198198
try {
199199
PushManager.Status status = _incomingPushStatus.take();
200200
_log.debug(String.format("Streaming status received: %s", status.toString()));

0 commit comments

Comments
 (0)