Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7bbe08

Browse filesBrowse files
Update HelloWorldService.java
1 parent a58d672 commit c7bbe08
Copy full SHA for c7bbe08

1 file changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/main/java/com/rst/helloworld/service/HelloWorldService.java‎

Copy file name to clipboardExpand all lines: src/main/java/com/rst/helloworld/service/HelloWorldService.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public String getDesc() {
1414

1515
logger.debug("getDesc() is executed!");
1616

17-
return "Maven + Spring MVC + Jenkins + Docker Hello World Example";
17+
return "Maven + Spring MVC + Jenkins + Docker Example";
1818

1919
}
2020

@@ -23,11 +23,11 @@ public String getTitle(String name) {
2323
logger.debug("getTitle() is executed! $name : {}", name);
2424

2525
if(StringUtils.isEmpty(name)){
26-
return "Hello World";
26+
return "Hello Docker";
2727
}else{
2828
return "Hello " + name;
2929
}
3030

3131
}
3232

33-
}
33+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.