Skip to content

Commit

Permalink
Merge pull request #1151 from mattrjacobs/remove-unused-collapser-pro…
Browse files Browse the repository at this point in the history
…perties-method

Remove unused method
  • Loading branch information
mattrjacobs committed Mar 17, 2016
2 parents 4b19546 + 1fde800 commit ff85933
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@ private static HystrixProperty<Boolean> getProperty(String propertyPrefix, Hystr
.build();
}

@SuppressWarnings("unused")
private static HystrixProperty<String> getProperty(String propertyPrefix, HystrixCollapserKey key, String instanceProperty, String builderOverrideValue, String defaultValue) {
return forString()
.add(propertyPrefix + ".collapser." + key.name() + "." + instanceProperty, builderOverrideValue)
.add(propertyPrefix + ".collapser.default." + instanceProperty, defaultValue)
.build();
}

/**
* Whether request caching is enabled for {@link HystrixCollapser#execute} and {@link HystrixCollapser#queue} invocations.
*
Expand Down

0 comments on commit ff85933

Please sign in to comment.