Skip to content

Commit

Permalink
feat(Lottery) : delete sold_back_flag because Delete Method is requir…
Browse files Browse the repository at this point in the history
…ement and clean code
  • Loading branch information
peachoenixzz committed Feb 20, 2024
1 parent 44148ad commit d5bc16e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package com.kbtg.bootcamp.lottery.lib;

public final class Constant {
public static final String LOTTERY_NOT_SOLD_BACK_FLAG = "N";
public static final String LOTTERY_SOLD_BACK_FLAG = "Y";
public static final String LOTTERY_SOLD_OUT_MESSAGE_FORMAT = "Lottery number: %s sold out";
public static final String LOTTERY_NOT_FOUND = "Lottery number: %s not found.";
public static final String USER_NOT_FOUND = "User %s not found.";
Expand Down

0 comments on commit d5bc16e

Please sign in to comment.