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

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