Skip to content

Commit

Permalink
[Feat] flink 1.15 support. (#1010)
Browse files Browse the repository at this point in the history
* [Feat] flink 1.15 support.
  • Loading branch information
wolfboys authored May 6, 2022
1 parent 8bf41eb commit 3ff5e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ respect,Thanks to [Apache Flink](http://flink.apache.org) for creating a great p
click [Document](http://www.streamxhub.com/zh-CN/docs/intro/) for more information


## 💋 out users
## 💋 our users


Various companies and organizations use StreamX for research, production and commercial products. Are you using this project ? [you can add your company](https://github.com/streamxhub/streamx/issues/163)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ object PropertiesUtils extends Logger {
val line = scanner.nextLine()
lineNo.incrementAndGet()
// 1. check for comments
val comments = line.split("\\s+#", 2)
val comments = line.split("#", 2)
val conf = comments(0).trim
// 2. get key and value
if (conf.nonEmpty) {
Expand Down

0 comments on commit 3ff5e6e

Please sign in to comment.