From 306cc39aeca58e5f7299e51aadbde7605443f818 Mon Sep 17 00:00:00 2001 From: Matt Jacobs Date: Tue, 1 Nov 2016 11:31:11 -0700 Subject: [PATCH] Removed bad import that snuck in --- .../src/test/java/com/netflix/hystrix/HystrixCommandTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTest.java b/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTest.java index 1b6be617e..f533cc9f0 100644 --- a/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTest.java +++ b/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTest.java @@ -29,7 +29,6 @@ import com.netflix.hystrix.strategy.concurrency.HystrixRequestContext; import com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook; import com.netflix.hystrix.strategy.properties.HystrixProperty; -import com.sun.javafx.collections.NonIterableChange; import org.junit.After; import org.junit.Rule; import org.junit.Test;