Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxutao89 committed Jun 7, 2024
1 parent 47088a6 commit 730ed49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public int compareTo(FieldReader o) {
return -1;
}

if (needCompareToActualFieldClass(thisParamType)|| needCompareToActualFieldClass(otherParamType)) {
if (needCompareToActualFieldClass(thisParamType) || needCompareToActualFieldClass(otherParamType)) {
Class actualFieldClass = null;
try {
actualFieldClass = thisDeclaringClass.getDeclaredField(this.fieldName).getType();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ public void setTypes(int types) {
}

enum Type {
A,B;
A, B;
}
}

0 comments on commit 730ed49

Please # to comment.