Skip to content

Commit

Permalink
Also mark constructor w/ @deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed May 12, 2024
1 parent b821744 commit 7b88cdd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class LayoutDialect extends AbstractProcessorDialect {
* Experimental option, set to {@code true} to use standard Thymeleaf
* expression syntax for title patterns.
*/
@Deprecated
LayoutDialect(SortingStrategy sortingStrategy, boolean autoHeadMerging = true) {

super(DIALECT_NAME, DIALECT_PREFIX, DIALECT_PRECEDENCE)
Expand Down

0 comments on commit 7b88cdd

Please sign in to comment.