X Tutup
Skip to content

Commit 3dc92da

Browse files
committed
Primer commit en sourcetree
1 parent 46cbc44 commit 3dc92da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsf/hello-world/src/main/java/org/javaee8/jsf/hello/world/HelloBacking.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class HelloBacking {
1010

1111
public String getHello() {
12-
return "Hello world, from aahshshaa somewhere!";
12+
return "Hello world, hello everybody!";
1313
}
1414

1515
}

0 commit comments

Comments
 (0)
X Tutup