Skip to content

Commit

Permalink
Fix Javadoc for getCollectTimeInLong method
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyeongkim2 committed Oct 2, 2024
1 parent 3db312c commit 5a8a012
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ public abstract class DateUtils {
/**
* Get the time in long format : "yyyyMMddHHmmss".
*
* @param date date to be format
* @return time time in format of long type
* @param date date to be formatted
* @return time in format of long type
*/
public static long getCollectTimeInLong(Date date) {
SimpleDateFormat collectTimeFormat = new SimpleDateFormat("yyyyMMddHHmmss");
Expand Down

0 comments on commit 5a8a012

Please sign in to comment.