Skip to content

Commit

Permalink
[Preloader] Fix Gradle compile complaint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunstrike committed Jan 8, 2014
1 parent 5cdc894 commit 35b9c8f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@ public boolean registerBus (EventBus bus, LoadController controller)
return true;
}

@Override
//@Override // Broken in Gradle builds; should work fine in non-gradle.
public String[] getLibraryRequestClass ()
{
return null;
Expand Down

0 comments on commit 35b9c8f

Please sign in to comment.