Skip to content

Commit

Permalink
apply suggestions from review bot
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Jan 1, 2025
1 parent 3496c0e commit bf8d66e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private static String deriveGetterMethodName(@Nullable JavaType type, String fie
}

public static String deriveGetterMethodName(JavaType.Variable fieldType) {
boolean isPrimitiveBoolean = JavaType.Variable.Primitive.Boolean.equals(fieldType.getType());
boolean isPrimitiveBoolean = JavaType.Variable.Primitive.Boolean == fieldType.getType();

final String fieldName = fieldType.getName();

Expand Down

0 comments on commit bf8d66e

Please sign in to comment.