Skip to content

Commit

Permalink
Fix Javadoc for getCollectTimeInLong method (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyeongkim2 authored Oct 10, 2024
1 parent 3db312c commit 2a6da29
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 2a6da29

Please sign in to comment.