Skip to content

Commit cbbdbaa

Browse files
committed
[waterflow] clean code
1 parent 788fbe2 commit cbbdbaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • framework/waterflow/java/waterflow-common/src/main/java/modelengine/fit/waterflow

framework/waterflow/java/waterflow-common/src/main/java/modelengine/fit/waterflow/ErrorCodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public enum ErrorCodes {
4343
/**
4444
* 分页查询时Offset范围不正确。
4545
*/
46-
4746
PAGINATION_OFFSET_INVALID(10000008, "The range of offset is incorrect."),
47+
4848
/**
4949
* 分页查询时Limit范围不正确。
5050
*/

0 commit comments

Comments
 (0)