Fix compile issues
This commit is contained in:
parent
e4bf06e15e
commit
08b9ebfa91
1 changed files with 2 additions and 2 deletions
|
@ -215,8 +215,8 @@ public final class Remapper {
|
|||
}
|
||||
|
||||
/**
|
||||
* Processes all remap orders and clears the remap orders afterwards. The classes that need to be processed remain in the targets
|
||||
* list until {@link #clearTargets()} is invoked. This allows for reusability of the same remapper instance.
|
||||
* Processes all remap orders and clears the remap orders afterward. The classes that need to be processed remain in the targets
|
||||
* list until clearTargets() is invoked. This allows for reusability of the same remapper instance.
|
||||
* Class names are remapped last.
|
||||
*/
|
||||
public void process() {
|
||||
|
|
Loading…
Reference in a new issue