Update RedactionArea.java

This commit is contained in:
Ludy87 2025-05-04 19:16:22 +02:00
parent a2315fdfe9
commit e509ef9cfd
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -3,8 +3,10 @@ package stirling.software.SPDF.model.api.security;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode
public class RedactionArea {
@Schema(description = "The left edge point of the area to be redacted.")
private Double x;