Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajm01 committed Jan 18, 2024
1 parent 409eb7a commit 55e3715
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ else if (Constants.INJECT_FQ_NAME.equals(annotation))

if (numDisposes == 0)
continue;
// AJM: need a code action here to eliminate all but 1 of the @Dispose param annotations
if (numDisposes > 1) {
Range range = PositionUtils.toNameRange(method, context.getUtils());
diagnostics.add(context.createDiagnostic(uri,
Expand Down

0 comments on commit 55e3715

Please sign in to comment.