Skip to content

Commit

Permalink
fix: 발자국 반경 상수 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
ehtjsv2 committed Aug 6, 2024
1 parent 0d65c2e commit 5ed1331
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
public class Footprint {

private static final int NEAR_RADIUS_AS_METER = 400_000;
private static final int RADIUS_AS_METER = 1000;

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
Expand Down

0 comments on commit 5ed1331

Please sign in to comment.