Skip to content

Commit

Permalink
eliminate code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 18, 2024
1 parent c10b8e3 commit fbda348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

import com.google.common.collect.ImmutableSortedSet;

class ClasspathResourceCollectionImpl extends AbstractClasspathResourceImpl implements ResourceCollection {
final class ClasspathResourceCollectionImpl extends AbstractClasspathResourceImpl implements ResourceCollection {

private final List<URL> fileUrls = new ArrayList<>();
private final List<String> folderPaths = new ArrayList<>();
Expand Down

0 comments on commit fbda348

Please sign in to comment.