Skip to content

Commit

Permalink
FORGE-769
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 28, 2013
1 parent 50adf40 commit ea05363
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -87,14 +87,13 @@ protected ModuleSpec findModule(ModuleIdentifier id) throws ModuleLoadException

/**
* Loads a module based on the {@link AddonId}
*
*
* @param addonId
* @return
* @throws ModuleLoadException
*/
public final Module loadModule(AddonId addonId) throws ModuleLoadException
{
moduleCache.clear(addonId);
try
{
return loadModule(moduleCache.getModuleId(addonId));
Expand Down

0 comments on commit ea05363

Please sign in to comment.