Skip to content

Commit 3ff5e6e

Browse files
authored
[Feat] flink 1.15 support. (#1010)
* [Feat] flink 1.15 support.
1 parent 8bf41eb commit 3ff5e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ respect,Thanks to [Apache Flink](http://flink.apache.org) for creating a great p
125125
click [Document](http://www.streamxhub.com/zh-CN/docs/intro/) for more information
126126

127127

128-
## 💋 out users
128+
## 💋 our users
129129

130130

131131
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)

streamx-common/src/main/scala/com/streamxhub/streamx/common/util/PropertiesUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ object PropertiesUtils extends Logger {
174174
val line = scanner.nextLine()
175175
lineNo.incrementAndGet()
176176
// 1. check for comments
177-
val comments = line.split("\\s+#", 2)
177+
val comments = line.split("#", 2)
178178
val conf = comments(0).trim
179179
// 2. get key and value
180180
if (conf.nonEmpty) {

0 commit comments

Comments
 (0)