This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev-2.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev-2.1.3 by this push:
new 4e69923dd [Improve] minor improvements
4e69923dd is described below
commit 4e69923dd3d78447a0dcf4cf5c8430d6fa354ef8
Author: benjobs <[email protected]>
AuthorDate: Sat Mar 16 23:18:29 2024 +0800
[Improve] minor improvements
---
.../org/apache/streampark/console/core/enums/AuthenticationType.java | 1 +
.../streampark-console-webapp/src/locales/lang/en/flink/project.ts | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/enums/AuthenticationType.java
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/enums/AuthenticationType.java
index 1413664ad..d1a90c17a 100644
---
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/enums/AuthenticationType.java
+++
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/enums/AuthenticationType.java
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.streampark.console.core.enums;
import java.util.Arrays;
diff --git
a/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/project.ts
b/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/project.ts
index 245f717a1..ebdd2c42d 100644
---
a/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/project.ts
+++
b/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/project.ts
@@ -47,7 +47,7 @@ export default {
branchesPlaceholder: 'Select a branch',
pom: 'POM',
pomPlaceholder:
- 'By default,lookup pom.xml in root path,You can manually specify the
module to compile pom.xmlh',
+ 'By default,lookup pom.xml in root path,You can manually specify the
module to compile pom.xml',
buildArgs: 'Build Argument',
buildArgsPlaceholder: 'Build Argument, e.g: -Pprod',
description: 'description',