Skip to content

Commit

Permalink
Merge pull request #1049 from mattrjacobs/cleanup-unused-imports
Browse files Browse the repository at this point in the history
Cleanup unused imports from #1032
  • Loading branch information
mattrjacobs committed Jan 13, 2016
2 parents b7ef9b1 + c721ad9 commit 0dac15b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
Expand Up @@ -67,13 +67,5 @@ public Setter withCoreSize(int value) {
this.coreSize = value;
return this;
}

/**
* Base properties for unit testing.
*/
/* package */
static Setter getUnitTestPropertiesBuilder() {
return new Setter().withCoreSize(10); // size of thread pool
}
}
}
Expand Up @@ -15,8 +15,6 @@
*/
package com.netflix.hystrix.strategy.properties;

import com.netflix.hystrix.HystrixThreadPoolKey;
import com.netflix.hystrix.HystrixThreadPoolProperties;
import com.netflix.hystrix.HystrixTimerThreadPoolProperties;

/**
Expand Down
Expand Up @@ -15,7 +15,6 @@
*/
package com.netflix.hystrix.util;

import com.netflix.hystrix.Hystrix;
import com.netflix.hystrix.HystrixTimerThreadPoolProperties;
import com.netflix.hystrix.strategy.HystrixPlugins;
import com.netflix.hystrix.strategy.properties.HystrixPropertiesStrategy;
Expand Down

0 comments on commit 0dac15b

Please sign in to comment.