Skip to content

Commit becfbc5

Browse files
authored
Fix up
1 parent d9223b8 commit becfbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/CodeOutOfRegionDiagnostic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class CodeOutOfRegionDiagnostic extends AbstractVisitorDiagnostic {
6161
private final List<Range> regionsRanges = new ArrayList<>();
6262

6363
@DiagnosticParameter(
64-
type = String.class,
64+
type = Boolean.class,
6565
defaultValue = "" + CHECK_UNKNOWN_MODULE_TYPE
6666
)
6767
private boolean checkUnknownModuleType = CHECK_UNKNOWN_MODULE_TYPE;

0 commit comments

Comments
 (0)