Skip to content

Commit

Permalink
fix merge comflict bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dapeng committed May 12, 2020
1 parent d80f371 commit 0e21db6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void onResponse(SearchResponse searchResponse) {
dealCacheData(key, CacheObj.buildCacheObj(ECacheContentType.MultiLine, cacheContent));
resultFuture.complete(rowList);
} catch (Exception e) {
dealFillDataError(resultFuture, e, input);
dealFillDataError(input, resultFuture, e);
} finally {
if (tmpRhlClient != null) {
try {
Expand Down

0 comments on commit 0e21db6

Please sign in to comment.