Skip to content

Commit

Permalink
Merge pull request #158 from brharrington/rm-archaius1-binding
Browse files Browse the repository at this point in the history
remove archaius configmap
  • Loading branch information
brharrington committed Jun 9, 2015
2 parents d275d66 + 3c2025a commit 4d7bb2b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 90 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ public final class SpectatorModule extends AbstractModule {
@Provides
@Singleton
ExtendedRegistry getExtendedRegistry() {
return Spectator.registry();
return Spectator.registry();
}

@Provides
@Singleton
Registry getRegistry() {
return Spectator.registry();
return Spectator.registry();
}

@Override public boolean equals(Object obj) {
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 4d7bb2b

Please sign in to comment.