Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Fixed wrong contract binding in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shpak committed Feb 6, 2018
1 parent 8bdd043 commit d158598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
hk2bundleVersion=0.6.1-SNAPSHOT
hk2bundleVersion=0.6.3-SNAPSHOT
dropwizardVersion=1.2.2
junitVersion=4.12
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public void initialize(Bootstrap<?> bootstrap) {
@Override
public void run(Configuration configuration, Environment environment) {
addOneConstant(serviceLocator, configuration, null,
getClass(), Configuration.class);
configuration.getClass(), Configuration.class);
}
}

0 comments on commit d158598

Please sign in to comment.