Remove sole usgae of com.google.common.annotations.Beta

This commit is contained in:
Jason Tedor 2015-09-02 17:29:46 -04:00
parent d10f80aea0
commit fe46227db8
1 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@
package org.elasticsearch.common.util.concurrent;
import com.google.common.annotations.Beta;
import org.elasticsearch.common.Nullable;
import org.elasticsearch.transport.Transports;
@ -195,7 +194,6 @@ public abstract class BaseFuture<V> implements Future<V> {
return result;
}
@Beta
protected void done() {
}