(improvement)(format)Follow the code style.
Some checks failed
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled

This commit is contained in:
jerryjzhang
2025-02-26 19:19:25 +08:00
parent 0aa002882d
commit 56cfddea60
12 changed files with 59 additions and 52 deletions

View File

@@ -109,7 +109,8 @@ public class SemanticParseInfo implements Serializable {
}
}
private static class SchemaNameLengthComparator implements Comparator<SchemaElement>, Serializable {
private static class SchemaNameLengthComparator
implements Comparator<SchemaElement>, Serializable {
@Override
public int compare(SchemaElement o1, SchemaElement o2) {
if (o1.getOrder() != o2.getOrder()) {