Skip to content

Commit

Permalink
javadoc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Dec 5, 2012
1 parent e5af4cc commit 42c8cf6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ public class HystrixCommandMetrics {
* Pass-thru to {@link HystrixCommandMetrics} instance on first time when constructed
* @param properties
* Pass-thru to {@link HystrixCommandMetrics} instance on first time when constructed
* @param eventNotifier
* Pass-thru to {@link HystrixCommandMetrics} instance on first time when constructed
* @return {@link HystrixCommandMetrics}
*/
public static HystrixCommandMetrics getInstance(HystrixCommandKey key, HystrixCommandGroupKey commandGroup, HystrixCommandProperties properties) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ public static HystrixPlugins getInstance() {
/**
* Retrieve instance of {@link HystrixEventNotifier} to use based on order of precedence as defined in {@link HystrixPlugins} class header.
*
* @param injected
* {@link HystrixEventNotifier} implementation as injected via {@link HystrixCommand}
* @return {@link HystrixEventNotifier} implementation to use
*/
public HystrixEventNotifier getEventNotifier() {
Expand All @@ -79,8 +77,6 @@ public void registerEventNotifier(HystrixEventNotifier impl) {
/**
* Retrieve instance of {@link HystrixConcurrencyStrategy} to use based on order of precedence as defined in {@link HystrixPlugins} class header.
*
* @param injected
* {@link HystrixConcurrencyStrategy} implementation as injected via {@link HystrixCommand}
* @return {@link HystrixConcurrencyStrategy} implementation to use
*/
public HystrixConcurrencyStrategy getConcurrencyStrategy() {
Expand All @@ -106,8 +102,6 @@ public void registerConcurrencyStrategy(HystrixConcurrencyStrategy impl) {
/**
* Retrieve instance of {@link HystrixMetricsPublisher} to use based on order of precedence as defined in {@link HystrixPlugins} class header.
*
* @param injected
* {@link HystrixMetricsPublisher} implementation as injected via {@link HystrixCommand}
* @return {@link HystrixMetricsPublisher} implementation to use
*/
public HystrixMetricsPublisher getMetricsPublisher() {
Expand All @@ -133,8 +127,6 @@ public void registerMetricsPublisher(HystrixMetricsPublisher impl) {
/**
* Retrieve instance of {@link HystrixPropertiesStrategy} to use based on order of precedence as defined in {@link HystrixPlugins} class header.
*
* @param injected
* {@link HystrixPropertiesStrategy} implementation as injected via {@link HystrixCommand}
* @return {@link HystrixPropertiesStrategy} implementation to use
*/
public HystrixPropertiesStrategy getPropertiesStrategy() {
Expand Down

0 comments on commit 42c8cf6

Please sign in to comment.