We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4117ecc commit 43dc133Copy full SHA for 43dc133
src/main/java/ru/mystamps/web/util/CatalogUtils.java
@@ -63,7 +63,7 @@ public static String toShortForm(List<String> catalogNumbers) {
63
Validate.isTrue(catalogNumbers != null, "Catalog numbers must be non null");
64
65
if (catalogNumbers.isEmpty()) {
66
- return "";
+ return StringUtils.EMPTY;
67
}
68
69
Set<String> numbers = new TreeSet<>(STR_AFTER_INT);
0 commit comments