Skip to content

Commit

Permalink
set to private method convStoD in ScheduleManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ms@Nicro authored and ms@Nicro committed Jan 11, 2024
1 parent 050e03b commit 74cc66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/model/service/schedule/ScheduleManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public ScheduleManager() {
this.db = new DAOSchedule();}


public Date convStoD(String Date){
private Date convStoD(String Date){
return java.sql.Date.valueOf(Date);
}

Expand Down

0 comments on commit 74cc66b

Please sign in to comment.