Fix compile issues

This commit is contained in:
zontreck 2024-07-12 04:13:02 -07:00
parent e4bf06e15e
commit 08b9ebfa91

View file

@ -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() {