Remove duplicate Nullable import

This commit is contained in:
Andrew Gaul 2017-08-06 18:38:52 -07:00
parent d31dc94149
commit 4765590bc9
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ import static com.google.common.base.Preconditions.checkNotNull;
import java.util.Date;
import org.jclouds.javax.annotation.Nullable;
import com.google.auto.value.AutoValue;
import com.google.common.annotations.Beta;
import org.jclouds.javax.annotation.Nullable;