Skip to content

Commit

Permalink
fix: 데이터 저장 구분자 변경
Browse files Browse the repository at this point in the history
, -> |
  • Loading branch information
maiload committed Sep 6, 2024
1 parent ac4aa67 commit 196a6d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public record RJMDEntry(
) {
@Override
public String toString() {
return type + ", " + per + ", " + desc;
return type + "| " + per + "| " + desc;
}
}
}
Expand Down

0 comments on commit 196a6d0

Please sign in to comment.