Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Dec 16, 2024
1 parent 86d7d43 commit 0ec3a94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class ClassLiteralNode extends Node {
* Create a new ClassLiteralNode.
*
* @param tree the class literal
* @param className the class name for the class literal
*/
public ClassLiteralNode(MemberSelectTree tree, Node className) {
super(TreeUtils.typeOf(tree));
Expand Down

0 comments on commit 0ec3a94

Please sign in to comment.