Skip to content

Commit

Permalink
Better javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Mar 1, 2024
1 parent eb7b701 commit 49202c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public final class UnresolvedConstructor implements EnsoObject {
* Creates a new unresolved name.
*
* @param name constructor name
* @param descs arguments to apply to it
* @param args arguments to apply to it
* @param descs argument descriptions to apply to the constructor
* @param args argument values to apply to the constructor
*/
private UnresolvedConstructor(String name, CallArgumentInfo[] descs, Object[] args) {
this.name = name;
Expand Down

0 comments on commit 49202c9

Please sign in to comment.