Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Dec 9, 2020
1 parent d9223b8 commit becfbc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class CodeOutOfRegionDiagnostic extends AbstractVisitorDiagnostic {
private final List<Range> regionsRanges = new ArrayList<>();

@DiagnosticParameter(
type = String.class,
type = Boolean.class,
defaultValue = "" + CHECK_UNKNOWN_MODULE_TYPE
)
private boolean checkUnknownModuleType = CHECK_UNKNOWN_MODULE_TYPE;
Expand Down

0 comments on commit becfbc5

Please sign in to comment.