Strip rl package name

This commit is contained in:
Adam
2015-11-22 21:03:36 -06:00
parent 0d7b1ff89a
commit ab86ae3a02
2 changed files with 2 additions and 2 deletions

View File

@@ -16,8 +16,6 @@ import net.runelite.mapping.ObfuscatedName;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class CheckMappings public class CheckMappings
{ {

View File

@@ -127,6 +127,8 @@ public class MappingImporter
String iface = aii.getInterfaceClass(); String iface = aii.getInterfaceClass();
iface = iface.replace("com/runeloader/api/bridge/os/accessor/", "");
cf.getAttributes().addAnnotation(IMPLEMENTS, "value", new UTF8(iface)); cf.getAttributes().addAnnotation(IMPLEMENTS, "value", new UTF8(iface));
} }
} }