Skip to content

Commit 4689933

Browse files
committed
Update App.java
1 parent 7865bea commit 4689933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ public class App {
44
public App() {
55
}
66
public String getData() {
7-
return "Hope this works!";
7+
return "Hope works!";
88
}
99
}

0 commit comments

Comments
 (0)