Skip to content

Commit

Permalink
Add constructor doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
solid-yuriiprykhodko committed Nov 24, 2023
1 parent aab4067 commit 54078c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AvoidUnnecessarySetStateMethodVisitor extends RecursiveAstVisitor<void> {
Iterable<MethodInvocation> get classMethodsInvocations =>
_classMethodsInvocations;

///
/// Constructor for [AvoidUnnecessarySetStateMethodVisitor]
AvoidUnnecessarySetStateMethodVisitor(
this._classMethodsNames,
this._classMethodBodies,
Expand Down

0 comments on commit 54078c1

Please sign in to comment.