Skip to content

Commit

Permalink
(Preloader) Restore getLibraryRequestClass but keep it deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunstrike committed Dec 3, 2013
1 parent b57eb8b commit 7776f7f
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -146,4 +146,9 @@ public String getSetupClass ()
public void injectData (Map<String, Object> data)
{
}

@Deprecated
public String[] getLibraryRequestClass() {
return new String[0];
}
}

0 comments on commit 7776f7f

Please sign in to comment.