diff --git a/src/main/java/utils/DateTimeUtils.java b/src/main/java/utils/DateTimeUtils.java index 7e8a2a6120..fef544b693 100644 --- a/src/main/java/utils/DateTimeUtils.java +++ b/src/main/java/utils/DateTimeUtils.java @@ -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();