Skip to content

Commit

Permalink
Merge pull request #43 from jakubjab/master
Browse files Browse the repository at this point in the history
Make getContainer and getPackagesToScan public.
  • Loading branch information
simonbrowndotje committed Dec 21, 2016
2 parents 616b476 + 3781aab commit 9aafeae
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -43,11 +43,11 @@ public Collection<Component> findComponents() throws Exception {
return componentsFound;
}

Container getContainer() {
public Container getContainer() {
return this.container;
}

String getPackageToScan() {
public String getPackageToScan() {
return packageToScan;
}

Expand Down

0 comments on commit 9aafeae

Please sign in to comment.