Skip to content

Commit

Permalink
Merge pull request #755 from mattrjacobs/fix-threadpool-setter-javadoc
Browse files Browse the repository at this point in the history
Fixed Javadoc for HystrixThreadPoolProperties.Setter
  • Loading branch information
mattrjacobs committed Apr 15, 2015
2 parents 3ff3ac7 + b70911e commit 2d0ce6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public static Setter Setter() {
* <p>
* <pre> {@code
* HystrixThreadPoolProperties.Setter()
* .setCoreSize(10)
* .withCoreSize(10)
* .withQueueSizeRejectionThreshold(10);
* } </pre>
*
Expand Down

0 comments on commit 2d0ce6b

Please sign in to comment.