Skip to content

Commit

Permalink
Merge pull request #1515 from kmkr/master
Browse files Browse the repository at this point in the history
Fix typo in HystrixCommand.java
  • Loading branch information
mattrjacobs committed Mar 24, 2017
2 parents 5029590 + fe81818 commit 3eef024
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -209,7 +209,7 @@ public static Setter withGroupKey(HystrixCommandGroupKey groupKey) {
* <p>
* NOTE: Every unique {@link HystrixCommandKey} will result in new instances of {@link HystrixCircuitBreaker}, {@link HystrixCommandMetrics} and {@link HystrixCommandProperties}.
* Thus,
* the number of variants should be kept to a finite and reasonable number to avoid high-memory usage or memory leacks.
* the number of variants should be kept to a finite and reasonable number to avoid high-memory usage or memory leaks.
* <p>
* Hundreds of keys is fine, tens of thousands is probably not.
* @return Setter for fluent interface via method chaining
Expand Down

0 comments on commit 3eef024

Please sign in to comment.