mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 08:39:09 +00:00
Merge branch 'development' into cleanup/context
This commit is contained in:
@@ -15,10 +15,10 @@ import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* Parabot v2.6
|
||||
* Parabot v2.7
|
||||
*
|
||||
* @author Everel, JKetelaar, Matt, Dane
|
||||
* @version 2.6
|
||||
* @version 2.7
|
||||
* @see <a href="http://www.parabot.org">Homepage</a>
|
||||
*/
|
||||
public final class Landing {
|
||||
|
||||
@@ -16,8 +16,12 @@ import java.util.Map;
|
||||
|
||||
public class RedirectClassAdapter extends ClassVisitor implements Opcodes {
|
||||
|
||||
public static Map<String, Class<?>> getRedirects() {
|
||||
return redirects;
|
||||
}
|
||||
|
||||
private static final Map<String, Class<?>> redirects = new HashMap<String, Class<?>>();
|
||||
private static PrintStream str_out, class_out;
|
||||
private static PrintStream str_out, class_out;
|
||||
|
||||
static {
|
||||
redirects.put("java/awt/Toolkit", ToolkitRedirect.class);
|
||||
|
||||
Reference in New Issue
Block a user