Fixed typo

Just fixed a little repetition in the javadoc comment.
This commit is contained in:
S177LM 2018-03-20 19:51:04 +01:00 committed by GitHub
parent c723289bbb
commit ecad864703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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");