RED-5694 - Upgrade spring-boot to 3.0
- remove comment code
This commit is contained in:
parent
077677e02d
commit
e22e16aef1
@ -1,11 +1,9 @@
|
||||
package com.iqser.red.service.redaction.v1.server.redaction.model.image;
|
||||
|
||||
//import com.dslplatform.json.CompiledJson;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
//@CompiledJson
|
||||
public class Geometry {
|
||||
|
||||
private float width;
|
||||
|
||||
@ -49,18 +49,6 @@ public class TextPositionSequenceTest {
|
||||
assertThat(textPositionSequence.getPageWidth()).isEqualTo(600f);
|
||||
}
|
||||
|
||||
|
||||
// @Test
|
||||
// @SneakyThrows
|
||||
// public void testDeserializationWithDslJson() {
|
||||
//
|
||||
// TextPositionSequence textPositionSequence = objectSerializer.deserializeWithDslJson(new ByteArrayInputStream(TEXT_POSITION_SEQUENCE_AS_JSON.getBytes(StandardCharsets.UTF_8)),
|
||||
// TextPositionSequence.class);
|
||||
//
|
||||
// assertPropertiesAfterJsonDeserialization(textPositionSequence);
|
||||
// }
|
||||
|
||||
|
||||
private Matrix createIdentityMatrix() {
|
||||
|
||||
return new Matrix();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user