Skip to content

Commit

Permalink
Fix putProperty doc example (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell authored May 18, 2020
1 parent a0b6ed2 commit 445e5ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ private ModelAssembler addDiscoveredModels(List<URL> urls) {
*
* <pre>{@code
* ModelAssembler assembler = Model.assembler();
* assembler.putLoaderVisitorSetting(ModelAssembler.ALLOW_UNKNOWN_TRAITS, true);
* assembler.putProperty(ModelAssembler.ALLOW_UNKNOWN_TRAITS, true);
* }</pre>
*
* @param setting Name of the property to put.
Expand Down

0 comments on commit 445e5ed

Please sign in to comment.