mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Update RedactionArea.java
This commit is contained in:
parent
a2315fdfe9
commit
e509ef9cfd
@ -3,8 +3,10 @@ package stirling.software.SPDF.model.api.security;
|
|||||||
import io.swagger.v3.oas.annotations.media.Schema;
|
import io.swagger.v3.oas.annotations.media.Schema;
|
||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
import lombok.EqualsAndHashCode;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
|
@EqualsAndHashCode
|
||||||
public class RedactionArea {
|
public class RedactionArea {
|
||||||
@Schema(description = "The left edge point of the area to be redacted.")
|
@Schema(description = "The left edge point of the area to be redacted.")
|
||||||
private Double x;
|
private Double x;
|
||||||
|
Loading…
Reference in New Issue
Block a user