Skip to content

Commit

Permalink
Make CoreExtension ctor public
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Mar 2, 2011
1 parent 6e0da23 commit 5c81e66
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -61,7 +61,8 @@ public class CoreExtension implements Extension

static final Logger log = Logger.getLogger(CoreExtension.class);

CoreExtension()
//this must be public for the service loader to work properly
public CoreExtension()
{
this.additionalBeans = new ArrayList<Bean<?>>();
}
Expand Down

0 comments on commit 5c81e66

Please sign in to comment.