Merge pull request #729 from S177LM/patch-1

Fixed typo
This commit is contained in:
Ilkka Seppälä
2018-03-22 17:38:32 +02:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ public class App {
/** /**
* Program entry point. * Program entry point.
* *
* @param args @param args command line args * @param args command line args
*/ */
public static void main(String[] args) { public static void main(String[] args) {
User user = new User("user", 24, Sex.FEMALE, "foobar.com"); User user = new User("user", 24, Sex.FEMALE, "foobar.com");