This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new bf6b66c94 [Hotfix] Fix the codestyle (#3270)
bf6b66c94 is described below
commit bf6b66c94b63fe76ab79693d02c9ea04e7939685
Author: Yuepeng Pan <[email protected]>
AuthorDate: Sun Oct 22 22:51:39 2023 +0800
[Hotfix] Fix the codestyle (#3270)
---
.../org/apache/streampark/console/base/util/SpringContextUtils.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/util/SpringContextUtils.java
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/util/SpringContextUtils.java
index 799555d8d..7154919e5 100644
---
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/util/SpringContextUtils.java
+++
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/util/SpringContextUtils.java
@@ -28,7 +28,8 @@ public class SpringContextUtils implements
ApplicationContextAware {
private static ApplicationContext applicationContext;
@Override
- public synchronized void setApplicationContext(ApplicationContext
applicationContext) throws BeansException {
+ public synchronized void setApplicationContext(ApplicationContext
applicationContext)
+ throws BeansException {
SpringContextUtils.applicationContext = applicationContext;
}