Skip to content

Commit

Permalink
changed title
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Nov 6, 2024
1 parent 34be62d commit 9b0cb2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ CodeAction removeJavaModifier(FunctionDeclaration decl) = action(
);
CodeAction removeJavaClass(FunctionDeclaration decl) = action(
title="remove @javaClass tag",
title="remove <l>",
edits=[changed([delete(l@\loc) | /l:(Tag) `@javaClass<TagString _>` := decl])]
);
Expand Down

0 comments on commit 9b0cb2a

Please sign in to comment.