Remove deprecated
This commit is contained in:
parent
16a1c725dc
commit
cadc0ef588
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user