Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…n/Team19_T4_server into hwi_feat/post/#4
  • Loading branch information
Mingadinga committed Aug 28, 2022
2 parents 02f38de + 2ace5f0 commit e6b58ee
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,5 @@ public AppointmentSimpleResponseDto(Post post, Plan plan){
this.numOfPermittedMember = plan.getNumOfPermittedMember();
}

@JsonCreator
public static FoodType from(String value) {
for (FoodType status : FoodType.values()) {
if (status.getValue().equals(value)) {
return status;
}
}
return null;
}

@JsonValue
public String getDefinition() {
return getDefinition();
}

}

0 comments on commit e6b58ee

Please sign in to comment.