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 a9d75fe commit 5cdbe05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class ResourceUtil {
* @param pattern The pattern to match on the file names.
* @return The relative resource paths in the order they are found.
*/
public static List<String> getResources(String container, final Pattern pattern) {
public static List<String> getResources(final String container, final Pattern pattern) {
Preconditions.checkArgument(
!container.isEmpty(),
"Resource search should only be used under a certain container folder");
Expand Down

0 comments on commit 5cdbe05

Please sign in to comment.