We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c723289 commit ecad864Copy full SHA for ecad864
monad/src/main/java/com/iluwatar/monad/App.java
@@ -50,7 +50,7 @@ public class App {
50
/**
51
* Program entry point.
52
*
53
- * @param args @param args command line args
+ * @param args command line args
54
*/
55
public static void main(String[] args) {
56
User user = new User("user", 24, Sex.FEMALE, "foobar.com");
0 commit comments