Skip to content

Commit

Permalink
accepted suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn Yang <[email protected]>
  • Loading branch information
cn-at-osmit and chaokunyang authored Feb 7, 2024
1 parent ab77ee2 commit 3991fc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public String type(Class<?> clz) {
return Boolean.FALSE;
}
});
return conflictRes.booleanValue() ? clz.getName() : simpleName;
return conflictRes ? clz.getName() : simpleName;
}
}
if (imports.contains(type)) {
Expand Down

0 comments on commit 3991fc8

Please sign in to comment.