Skip to content

Commit

Permalink
issue
Browse files Browse the repository at this point in the history
  • Loading branch information
holotsvan committed Dec 5, 2024
1 parent b2935d2 commit 9cf25b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service/src/main/java/greencity/utils/NotificationUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package greencity.utils;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;

@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class NotificationUtils {
public static String resolveTimesInEnglish(final int number) {
return switch (number) {
Expand Down

0 comments on commit 9cf25b5

Please sign in to comment.