Skip to content

Commit c1c6c74

Browse files
committed
Nullability
1 parent 91f6592 commit c1c6c74

File tree

1 file changed

+1
-1
lines changed
  • modules/hivemq-edge-module-opcua/src/main/java/com/hivemq/edge/adapters/opcua/config

1 file changed

+1
-1
lines changed

modules/hivemq-edge-module-opcua/src/main/java/com/hivemq/edge/adapters/opcua/config/Tls.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public record Tls (@JsonProperty("enabled")
3535
@ModuleConfigField(title = "Disable certificate validation",
3636
description = "Allows to disable the validation of a certificate",
3737
defaultValue = "false")
38-
boolean noChecks,
38+
@Nullable Boolean noChecks,
3939

4040
@JsonProperty("keystore")
4141
@JsonInclude(NON_NULL)

0 commit comments

Comments
 (0)