[FLINK-4570] remove conflicting Unicode character
This caused Scalastyle to fail, presumably depending on the locale
used. After a bit of debugging on the Scalastyle plugin I found out that
the number in the error is the byte position.
"Expected identifier, but got Token(COMMA,,,1772,,)"
head -c
Repository: flink
Updated Branches:
refs/heads/master e376c003c -> 502a79d39
[FLINK-4570] remove conflicting Unicode character
This caused Scalastyle to fail, presumably depending on the locale
used. After a bit of debugging on the Scalastyle plugin I found out that
the number in the error is