File tree 2 files changed +2
-2
lines changed
src/main/java/org/mybatis/dynamic/sql
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.
12
12
13
13
** Potentially Breaking Changes:**
14
14
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
16
16
implementations due to a new rendering strategy for ORDER BY phrases. The old methods ` isDescending ` and ` orderByName `
17
17
are removed in favor of a new method ` renderForOrderBy `
18
18
- 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 {
37
37
* descending order is desired.
38
38
*
39
39
* @param renderingContext the current rendering context
40
- * @return a rendered fragment and parameters is applicable
40
+ * @return a rendered fragment and parameters if applicable
41
41
* @since 2.0.0
42
42
*/
43
43
FragmentAndParameters renderForOrderBy (RenderingContext renderingContext );
You can’t perform that action at this time.
0 commit comments