> @@ -26,19 +39,6 @@ > import static org.jclouds.reflect.Reflection2.typeToken; > import static org.jclouds.util.Throwables2.propagateIfPossible; > > -import java.lang.reflect.Method; > -import java.lang.reflect.Proxy; > -import java.util.Arrays; > -import java.util.Collections; > -import java.util.List; > - > -import com.google.common.annotations.Beta; > -import com.google.common.base.Function; > -import com.google.common.base.Objects; > -import com.google.common.collect.ImmutableList; > -import com.google.common.reflect.Invokable; > -import com.google.common.reflect.TypeToken; > -
These imports have just moved, from what I see. Undo this change? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/329/files#r11016371
