./gradlew :spotlessApply 실행
This commit is contained in:
@@ -2,9 +2,4 @@ package com.kamco.cd.kamcoback.changedetection.dto;
|
||||
|
||||
import org.locationtech.jts.geom.Geometry;
|
||||
|
||||
public record ChangeDetectionDto(
|
||||
Long id,
|
||||
Geometry polygon,
|
||||
double centroidX,
|
||||
double centroidY
|
||||
) {}
|
||||
public record ChangeDetectionDto(Long id, Geometry polygon, double centroidX, double centroidY) {}
|
||||
|
||||
Reference in New Issue
Block a user