Skip to content

Commit

Permalink
Quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnolte committed Aug 2, 2022
1 parent d4f12b9 commit daec219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class PropertyListExporter implements CIRunnable {

@Autowired
public PropertyListExporter(final OntologyManager ontologyManager,
@Value("${propertyListPath#{null}}") final Path path) {
@Value("${propertyListPath:#{null}}") final Path path) {
this.path = path;
this.ontologyManager = ontologyManager;
}
Expand Down

0 comments on commit daec219

Please sign in to comment.