File tree 1 file changed +1
-2
lines changed
google-cloud-pubsub/src/test/java/com/google/cloud/pubsub
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 35
35
import com .google .cloud .pubsub .MessageConsumerImplTest .TestPullFuture ;
36
36
import com .google .cloud .pubsub .PubSub .ListOption ;
37
37
import com .google .cloud .pubsub .PubSub .MessageConsumer ;
38
- import com .google .cloud .pubsub .PubSub .MessageProcessor ;
39
38
import com .google .cloud .pubsub .PubSub .MessageConsumerOption ;
39
+ import com .google .cloud .pubsub .PubSub .MessageProcessor ;
40
40
import com .google .cloud .pubsub .PubSub .PullOption ;
41
41
import com .google .cloud .pubsub .spi .PubSubRpc ;
42
42
import com .google .cloud .pubsub .spi .PubSubRpc .PullCallback ;
75
75
import org .easymock .IAnswer ;
76
76
import org .junit .After ;
77
77
import org .junit .Before ;
78
- import org .junit .Ignore ;
79
78
import org .junit .Rule ;
80
79
import org .junit .Test ;
81
80
import org .junit .rules .ExpectedException ;
You can’t perform that action at this time.
0 commit comments