Skip to content

Commit

Permalink
Checkstyle fix for gareth - 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 3e787fe commit ae844d6
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 ae844d6

Please sign in to comment.