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
commit 855cf75dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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