From 0545dbf9e32b2db1e2c9b33f996196e883cc55f4 Mon Sep 17 00:00:00 2001 From: Miles Lyon Date: Tue, 9 Aug 2022 14:49:54 -0400 Subject: [PATCH] Introduced an OB validation error while adding CLR. Fixed a missing 'else if' --- .../java/org/oneedtech/inspect/vc/probe/TypePropertyProbe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspector-vc/src/main/java/org/oneedtech/inspect/vc/probe/TypePropertyProbe.java b/inspector-vc/src/main/java/org/oneedtech/inspect/vc/probe/TypePropertyProbe.java index 078817b..3c17f25 100644 --- a/inspector-vc/src/main/java/org/oneedtech/inspect/vc/probe/TypePropertyProbe.java +++ b/inspector-vc/src/main/java/org/oneedtech/inspect/vc/probe/TypePropertyProbe.java @@ -45,7 +45,7 @@ public class TypePropertyProbe extends Probe { ctx); } } - if(expected == Credential.Type.ClrCredential){ + else if(expected == Credential.Type.ClrCredential){ if(!values.contains("ClrCredential")) { return fatal( "The type property does not contain the entry 'ClrCredential'",