Remove deprecated

This commit is contained in:
Agaricus 2013-02-22 18:24:46 -08:00
parent 16a1c725dc
commit cadc0ef588

View File

@ -44,12 +44,6 @@ public class JarMapping {
public JarMapping() {
}
@Deprecated
public JarMapping(BufferedReader reader, ShadeRelocationSimulator shader) throws IOException {
loadMappings(reader, shader);
}
/**
* Set the inheritance map used for caching superclass/interfaces. This call be omitted to
* use a local cache, or set to your own global cache.
@ -152,11 +146,6 @@ public class JarMapping {
loadMappings(new BufferedReader(new FileReader(file)), null, null, false);
}
@Deprecated
public void loadMappings(BufferedReader reader, ShadeRelocationSimulator shader) throws IOException {
loadMappings(reader, (JarMappingLoadTransformer) shader, null, false);
}
/**
* Load a mapping given a .csrg file
*