Skip to content

Commit

Permalink
Checkstyle fix - wrong indentation for javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yeozongyao committed Apr 9, 2024
1 parent a5e0f9a commit 0068a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/utils/DateTimeUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private DateTimeUtils() {
* Gets the current date and time formatted as a string.
*
* @return A {@link String} representation of the current date and time,
* formatted according to the {@link DateTimeUtils#FORMATTER}.
* formatted according to the {@link DateTimeUtils#FORMATTER}.
*/
public static String getCurrentDateTime() {
LocalDateTime now = LocalDateTime.now();
Expand Down

0 comments on commit 0068a36

Please sign in to comment.