File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/mybatis/dynamic/sql Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ worked to make these changes as minimal as possible.
1212
1313** Potentially Breaking Changes:**
1414
15- - If you have implemented any custom implementations of ` SortSpecification ` , you will need to update those
15+ - If you have created any custom implementations of ` SortSpecification ` , you will need to update those
1616 implementations due to a new rendering strategy for ORDER BY phrases. The old methods ` isDescending ` and ` orderByName `
1717 are removed in favor of a new method ` renderForOrderBy `
1818- If you have implemented any custom functions, you will likely need to make changes. The supplied base classes now
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public interface SortSpecification {
3737 * descending order is desired.
3838 *
3939 * @param renderingContext the current rendering context
40- * @return a rendered fragment and parameters is applicable
40+ * @return a rendered fragment and parameters if applicable
4141 * @since 2.0.0
4242 */
4343 FragmentAndParameters renderForOrderBy (RenderingContext renderingContext );
You can’t perform that action at this time.
0 commit comments