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'",