Skip to content

Commit ecad864

Browse files
authored
Fixed typo
Just fixed a little repetition in the javadoc comment.
1 parent c723289 commit ecad864

File tree

1 file changed

+1
-1
lines changed
  • monad/src/main/java/com/iluwatar/monad

1 file changed

+1
-1
lines changed

monad/src/main/java/com/iluwatar/monad/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class App {
5050
/**
5151
* Program entry point.
5252
*
53-
* @param args @param args command line args
53+
* @param args command line args
5454
*/
5555
public static void main(String[] args) {
5656
User user = new User("user", 24, Sex.FEMALE, "foobar.com");

0 commit comments

Comments
 (0)