Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed Nov 20, 2023
1 parent f048fae commit 82aaf0f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 82aaf0f

Please sign in to comment.