Skip to content

Commit

Permalink
SHIBUI-1992
Browse files Browse the repository at this point in the history
removed default being set in constructor
  • Loading branch information
chasegawa committed Jul 30, 2021
1 parent be08cbb commit 1f32b95
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
public class FilesystemMetadataResolver extends MetadataResolver {
public FilesystemMetadataResolver() {
type = "FilesystemMetadataResolver";
this.setDoInitialization(false);
}

private String metadataFile;
Expand Down

0 comments on commit 1f32b95

Please sign in to comment.