Skip to content

Commit

Permalink
[FLINK-23910][streaming] Correct exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
mans2singh committed Aug 23, 2021
1 parent 2a4f156 commit 2b90aea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public LongCounter getLongCounter(String name) {
@Override
public DoubleCounter getDoubleCounter(String name) {
throw new UnsupportedOperationException(
"Long counters are not supported in rich async functions.");
"Double counters are not supported in rich async functions.");
}

@Override
Expand Down

0 comments on commit 2b90aea

Please sign in to comment.