Style and COBOL key | 格式化和 COBOL 关键字

This commit is contained in:
林万程
2022-05-06 00:15:21 +08:00
parent 81fb77e9bc
commit 900f59b601
8 changed files with 16 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ class ConfCacheGetUtils {
map.put(levelStr + "\b" + confPath, entry.getValue());
} else if (confName.endsWith((name + confMidExt))) {
map.put(levelStr + "\t" + confPath, entry.getValue());
} else{
} else {
if (ext == null) {
ext = "";
}

View File

@@ -10,7 +10,10 @@ import groovy.json.StringEscapeUtils;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.util.*;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.regex.Pattern;