Remove get/setDirection
This commit is contained in:
parent
a02f81bbaa
commit
b359b83d25
1 changed files with 0 additions and 9 deletions
|
@ -49,15 +49,6 @@ public class RemapSourcesJarTask extends AbstractLoomTask {
|
|||
}
|
||||
}
|
||||
|
||||
public String getDirection() {
|
||||
return direction;
|
||||
}
|
||||
|
||||
public RemapSourcesJarTask setDirection(String direction) {
|
||||
this.direction = direction;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Internal
|
||||
public SourceRemapper getSourceRemapper() {
|
||||
return sourceRemapper;
|
||||
|
|
Loading…
Reference in a new issue