Skip to content

Commit

Permalink
Restore public constructor to DefaultResourceManager
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 30, 2022
1 parent b8d0bbe commit e8c9bba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class DefaultResourceManager implements ResourceManager
private File outputDirectory;

@Inject
private DefaultResourceManager( Map<String, ResourceLoader> resourceLoaders )
public DefaultResourceManager( Map<String, ResourceLoader> resourceLoaders )
{
this.resourceLoaders = resourceLoaders;
}
Expand Down

0 comments on commit e8c9bba

Please sign in to comment.