Skip to content

Commit

Permalink
Add missing @OverRide to Watchdog.run() method
Browse files Browse the repository at this point in the history
  • Loading branch information
edenrox authored and JakeWharton committed Jan 14, 2020
1 parent 5e92577 commit e68262c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions okio/src/main/java/okio/AsyncTimeout.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ private static final class Watchdog extends Thread {
setDaemon(true);
}

@Override
public void run() {
while (true) {
try {
Expand Down

0 comments on commit e68262c

Please sign in to comment.