Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesecrust committed Jan 31, 2024
1 parent b017121 commit 070346a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/java/com/eum/bank/common/PackageInfo.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package com.eum.bank.common;

public final class PackageInfo {

private PackageInfo() {
}

// 계좌 번호 길이
public static final int ACCOUNT_NUMBER_LENGTH = 12;
// 송금 타입 자유
public static final String FREE_TYPE = "free";

private PackageInfo() {

}

}

0 comments on commit 070346a

Please sign in to comment.