Commit 4149bbf4 authored by Diogo Santos's avatar Diogo Santos
Browse files

Changed duplicated code

parent 653d6bb0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ public class ServiceSpecificationValidator implements Validator {
        if (value == null) {
            return true;
        }
        String stringValue = serviceSpecCharacteristicValue.getValue().getValue();
        String stringValue = value.getValue();
        if (stringValue == null || stringValue.isBlank()) {
            return true;
        }