Skip to content

Commit e701c54

Browse files
authored
Merge pull request #1411 from mattrjacobs/fix-bad-import
Removed bad import that snuck in
2 parents 7b3d2ce + 306cc39 commit e701c54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import com.netflix.hystrix.strategy.concurrency.HystrixRequestContext;
3030
import com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook;
3131
import com.netflix.hystrix.strategy.properties.HystrixProperty;
32-
import com.sun.javafx.collections.NonIterableChange;
3332
import org.junit.After;
3433
import org.junit.Rule;
3534
import org.junit.Test;

0 commit comments

Comments
 (0)