Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jan 9, 2025
1 parent 5cdbe05 commit c2132a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static List<String> getResources(final String container, final Pattern pa
"Resource search should only be used under a certain container folder");
Preconditions.checkArgument(
!container.startsWith("/") && !container.endsWith("/"),
"Resource container should not starts or end with\"/\"");
"Resource container should not start or end with\"/\"");
final List<String> buffer = new ArrayList<>();
final Enumeration<URL> containerUrls;
try {
Expand Down

0 comments on commit c2132a9

Please sign in to comment.