Skip to content

Commit

Permalink
[SHIBUI-703]
Browse files Browse the repository at this point in the history
Set LocalDynamic resolvers to not do initialization by default.
  • Loading branch information
Bill Smith committed Nov 12, 2018
1 parent f1b8822 commit ecbfcb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
public class LocalDynamicMetadataResolver extends MetadataResolver {
public LocalDynamicMetadataResolver() {
type = "LocalDynamicMetadataResolver";
setDoInitialization(false);
}

private String sourceDirectory;
Expand Down

0 comments on commit ecbfcb7

Please sign in to comment.