Skip to content

Commit 431c268

Browse files
authored
Update User.java
1 parent a02922b commit 431c268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Fields2Class/User.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void output(){
2626

2727
public String output()
2828
{
29-
return "Hi, my name is "+ firstName + " " + lastName + '.";
29+
return "Hi, my name is "+ firstName + " " + lastName + ".";
3030
}
3131
}
3232

0 commit comments

Comments
 (0)