This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 7d66b3b SUBMARINE-539. Email address incorrect in Bootstrap.java
7d66b3b is described below
commit 7d66b3b138e0b00be215ff9175c5a6e305890d3e
Author: kobe860219 <[email protected]>
AuthorDate: Wed Jun 24 17:07:11 2020 +0800
SUBMARINE-539. Email address incorrect in Bootstrap.java
### What is this PR for?
Correct email address in Bootstrap.java
### What type of PR is it?
[Bug Fix]
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-539
### How should this be tested?
https://travis-ci.org/github/apache/submarine/builds/701576570
### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: kobe860219 <[email protected]>
Closes #325 from kobe860219/SUBMARINE-539 and squashes the following
commits:
45f0dda [kobe860219] SUBMARINE-539. Correct email in Bootstrap.java file.
---
.../src/main/java/org/apache/submarine/server/Bootstrap.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/submarine-server/server-core/src/main/java/org/apache/submarine/server/Bootstrap.java
b/submarine-server/server-core/src/main/java/org/apache/submarine/server/Bootstrap.java
index e8abd45..2e7192a 100644
---
a/submarine-server/server-core/src/main/java/org/apache/submarine/server/Bootstrap.java
+++
b/submarine-server/server-core/src/main/java/org/apache/submarine/server/Bootstrap.java
@@ -48,7 +48,7 @@ public class Bootstrap extends HttpServlet {
"http://localhost:8080/api/v1/experiment/")
.termsOfService("http://swagger.io/terms/")
.contact(new Contact()
- .email("[email protected]"))
+ .email("[email protected]"))
.version("0.4.0-SNAPSHOT")
.license(new License()
.name("Apache 2.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]