Skip to content

Commit

Permalink
Made register method public
Browse files Browse the repository at this point in the history
  • Loading branch information
hauke96 committed May 30, 2017
1 parent 4b1564d commit 414a886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/juard/injection/Locator.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private interface ServiceInstanceCreator<T>
_serviceLocatorInitialized = true;
}

private static <T> void register(Class<T> clazz, ServiceInstanceCreator<T> t)
public static <T> void register(Class<T> clazz, ServiceInstanceCreator<T> t)
{
Contract.Require(_serviceLocatorInitialized);

Expand Down

0 comments on commit 414a886

Please sign in to comment.