Fixed typo
Just fixed a little repetition in the javadoc comment.
This commit is contained in:
		| @@ -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"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user