Skip to content

Commit

Permalink
Revert "fix: 修复参数类型注释及单词拼写错误 (#4413)" (#4417)
Browse files Browse the repository at this point in the history
This reverts commit b9a842c.
  • Loading branch information
KomachiSion authored Dec 7, 2020
1 parent b9a842c commit 023f50c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public class HistoryController {
* @param group group string value.
* @param tenant tenant string value.
* @param appName appName string value.
* @param pageNo pageNo integer value.
* @param pageSize pageSize integer value.
* @param modelMap modelMap.
* @param pageNo pageNo string value.
* @param pageSize pageSize string value.
* @param modelMap modeMap.
* @return
*/
@GetMapping(params = "search=accurate")
Expand Down

0 comments on commit 023f50c

Please sign in to comment.