Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 96da7e1

Browse files
committed
Release v. 0.9.2
1 parent 24134e2 commit 96da7e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.zapodot</groupId>
88
<artifactId>hystrix-dropwizard-bundle</artifactId>
9-
<version>0.10-SNAPSHOT</version>
9+
<version>0.9.2</version>
1010
<name>${project.artifactId}</name>
1111
<description>A hystrix bundle for DropWizard</description>
1212
<url>https://github.com/zapodot/hystrix-dropwizard-bundle</url>

src/main/java/org/zapodot/hystrix/bundle/HystrixBundle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public interface MetricsPublishPredicate<V extends Configuration> {
118118

119119
/**
120120
* Is publishing enabled?
121+
* @param configuration the application configuration as deserialized by DropWizard
121122
* @return true to enable, false to disable
122123
*/
123124
boolean enabled(V configuration);

0 commit comments

Comments
 (0)