Skip to content

Commit

Permalink
feat(objectionary#329): add more javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jul 12, 2024
1 parent 9cf330b commit 721531e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/eolang/opeo/ast/DynamicInvocation.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ public DynamicInvocation(
* @param name Name of the method.
* @param factory Factory method reference.
* @param descriptor Method descriptor.
* @param arguments Factory method arguments.
* @param farguments Factory method arguments.
* @param arguments Dynamic invocation method arguments.
* @checkstyle ParameterNumberCheck (5 lines)
*/
public DynamicInvocation(
Expand Down

0 comments on commit 721531e

Please sign in to comment.