Skip to content

Commit

Permalink
[ISSUE alibaba#8318] remove the unnecessary arg
Browse files Browse the repository at this point in the history
  • Loading branch information
onewe committed May 9, 2022
1 parent fe1775d commit 10134d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ public Page<ConfigInfoWrapper> findAllConfigInfoForDumpAll(final int pageNo, fin
return helper.fetchPageLimit(sqlCountRows, sqlFetchRows, new Object[] {(pageNo - 1) * pageSize, pageSize}, pageNo, pageSize,
CONFIG_INFO_WRAPPER_ROW_MAPPER);
} catch (CannotGetJdbcConnectionException e) {
LogUtil.FATAL_LOG.error("[db-error] " + e, e);
LogUtil.FATAL_LOG.error("[db-error]", e);
throw e;
}
}
Expand Down

0 comments on commit 10134d6

Please sign in to comment.