Fix: Listing archived catalog resources fails randomly
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / PropertyConstraint.java
index df961ac..51f0dbc 100644 (file)
@@ -34,7 +34,7 @@ public interface PropertyConstraint {
     
     void validate(Object propertyValue) throws ConstraintViolationException;
 
-    void validate(ToscaType toscaType, SchemaDefinition schema, String propertyTextValue) throws ConstraintViolationException;
+    void validate(PropertyDefinition property) throws ConstraintViolationException;
 
     @JsonIgnore
     ConstraintType getConstraintType();