From 82aaf0f711294af9af7025c273242bc94adefc2c Mon Sep 17 00:00:00 2001 From: Chip Kent Date: Mon, 20 Nov 2023 16:14:53 -0700 Subject: [PATCH] Spotless --- .../src/main/java/io/deephaven/time/calendar/Calendars.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/time/src/main/java/io/deephaven/time/calendar/Calendars.java b/engine/time/src/main/java/io/deephaven/time/calendar/Calendars.java index 0e1ffbdb3dd..82b667589cd 100644 --- a/engine/time/src/main/java/io/deephaven/time/calendar/Calendars.java +++ b/engine/time/src/main/java/io/deephaven/time/calendar/Calendars.java @@ -172,7 +172,7 @@ private static File inputStreamToFile(@NotNull InputStream inputStream) throws I // region Methods /** - * Sets the default calendar by name. The calendar must already be present in the collection. + * Sets the default calendar by name. The calendar must already be present in the collection. * * @see #calendar() to get the default calendar * @see #calendarName() to get the name of the default calendar @@ -220,8 +220,8 @@ public synchronized static BusinessCalendar calendar() { * * @see #setCalendar(String) to set the default calendar * @see #calendar() to get the default calendar - * @return name of the default business calendar. The default is specified by the {@code Calendar.default} property or - * {@link #setCalendar(String)}. + * @return name of the default business calendar. The default is specified by the {@code Calendar.default} property + * or {@link #setCalendar(String)}. */ public synchronized static String calendarName() { return defaultName;