Fix checkstyles

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2021-09-29 01:30:52 +08:00
parent 4e510be1de
commit d71745f318
2 changed files with 1 additions and 1 deletions

View File

@@ -289,6 +289,7 @@ public class MinecraftMappedProvider extends DependencyProvider {
// Bit ugly but whatever, the whole issue is a bit ugly :)
AtomicReference<Map<String, String>> remappedSignatures = new AtomicReference<>();
if (fixSignatures) {
postApply.add(new TinyRemapper.ApplyVisitorProvider() {
@Override

View File

@@ -39,7 +39,6 @@ import dev.architectury.tinyremapper.IMappingProvider;
import dev.architectury.tinyremapper.TinyRemapper;
import org.apache.commons.lang3.mutable.Mutable;
import org.apache.commons.lang3.mutable.MutableObject;
import org.apache.commons.lang3.tuple.Pair;
import org.apache.commons.lang3.tuple.Triple;
import org.gradle.api.Project;