Skip to content

Commit 4e24af0

Browse files
committed
fix compiler warning
1 parent b6d2f42 commit 4e24af0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/CompactableImpl.java

+1
Original file line numberDiff line numberDiff line change
@@ -1337,6 +1337,7 @@ public synchronized void interrupt() {
13371337
}
13381338
}
13391339

1340+
@Override
13401341
public void close() throws InterruptedException {
13411342
synchronized (this) {
13421343
Preconditions.checkState(thread == Thread.currentThread());

0 commit comments

Comments
 (0)