Skip to content

Commit

Permalink
javadoc link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Aug 27, 2023
1 parent 7cecef2 commit 9bc1fd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public ContentProcessor getContentProcessor() {
* Set a prefix to append to all decorator paths. The default
* is <code>/WEB-INF/decorators/"</code>.
*
* <p>Note: prefix is ignored if {@link #setCustomSelector(Selector)} is called.</p>
* <p>Note: prefix is ignored if {@link #setCustomDecoratorSelector(DecoratorSelector)} is called</p>
*/
public BUILDER setDecoratorPrefix(String prefix) {
this.pathBasedDecoratorSelector.setPrefix(prefix);
Expand Down

0 comments on commit 9bc1fd5

Please sign in to comment.