Skip to content

Commit

Permalink
Renames MatcherModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Condit committed Jun 5, 2015
1 parent e13da6a commit 0eddbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.google.inject.Injector;
import com.google.inject.Provides;

public class MatcherModule extends AbstractModule {
public class MatcherMapModule extends AbstractModule {

// The package containing ProfileMatcher implementations
private static final String matcherPackage = "org.monarchinitiative.owlsim.compute.matcher.impl";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void run(ApplicationConfiguration configuration, Environment environment)

Injector i = Guice.createInjector(
new KnowledgeBaseModule(configuration.getOntologyUris(), configuration.getOntologyDataUris()),
new MatcherModule());
new MatcherMapModule());

//Add resources
Set<ClassInfo> resourceClasses = ClassPath.from(getClass().getClassLoader())
Expand Down

0 comments on commit 0eddbc9

Please sign in to comment.