Skip to content

Commit

Permalink
Remove static from getPathCollector
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Dec 17, 2024
1 parent ac76f90 commit 406fc5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void run(@NotNull Migrator migrator, List<String> names) {
}

@NotNull
private static PhotoPathCollector getPathCollector(Path path, @NotNull List<String> names) {
private PhotoPathCollector getPathCollector(Path path, @NotNull List<String> names) {
PhotoPathCollector pathCollector = new PhotoPathCollector();
for (String name : names) {
pathCollector.addPhoto(path.resolve(name));
Expand Down

0 comments on commit 406fc5e

Please sign in to comment.