Skip to content

Commit 842a4a3

Browse files
guocigreenrobot-team
authored andcommitted
fix typo
1 parent a74cdf0 commit 842a4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventBus/src/org/greenrobot/eventbus/BackgroundPoster.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void run() {
6464
eventBus.invokeSubscriber(pendingPost);
6565
}
6666
} catch (InterruptedException e) {
67-
eventBus.getLogger().log(Level.WARNING, Thread.currentThread().getName() + " was interruppted", e);
67+
eventBus.getLogger().log(Level.WARNING, Thread.currentThread().getName() + " was interrupted", e);
6868
}
6969
} finally {
7070
executorRunning = false;

0 commit comments

Comments
 (0)