Skip to content

Commit

Permalink
编译问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dapeng committed May 12, 2020
1 parent b331085 commit 42e83e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void accept(Map<String, String> values) {
dealCacheData(key,CacheObj.buildCacheObj(ECacheContentType.MultiLine, values));
resultFuture.complete(Collections.singleton(new CRow(row, input.change())));
} catch (Exception e) {
dealFillDataError(resultFuture, e, input);
dealFillDataError(input, resultFuture, e);
}
} else {
dealMissKey(input, resultFuture);
Expand Down

0 comments on commit 42e83e7

Please sign in to comment.