Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed Jun 18, 2024
1 parent 758d808 commit d805d5e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,8 @@ public static LocalDateTime plus(@Nullable final LocalDateTime localDateTime, fi
*
* @param localDate starting local date
* @param period time period
* @return {@code null} if either input is {@code null}; otherwise the starting local date plus the specified time period
* @return {@code null} if either input is {@code null}; otherwise the starting local date plus the specified time
* period
* @throws DateTimeOverflowException if the datetime arithmetic overflows or underflows
*/
@ScriptApi
Expand Down Expand Up @@ -1949,7 +1950,8 @@ public static LocalDateTime minus(@Nullable final LocalDateTime localDateTime, f
*
* @param localDate starting local date
* @param period time period
* @return {@code null} if either input is {@code null}; otherwise the starting local date minus the specified time period
* @return {@code null} if either input is {@code null}; otherwise the starting local date minus the specified time
* period
* @throws DateTimeOverflowException if the datetime arithmetic overflows or underflows
*/
@ScriptApi
Expand Down

0 comments on commit d805d5e

Please sign in to comment.