Skip to content

Commit

Permalink
Fix typo in CanonicalSyntaxAnnotation.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Aug 6, 2023
1 parent 526227e commit 500fb85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ private static Optional<Fix> dropRedundantValueAttribute(
ExpressionTree arg = args.get(0);
if (state.getSourceForNode(arg) == null) {
/*
* The annotation argument isn't doesn't have a source representation, e.g. because `value`
* isn't assigned to explicitly.
* The annotation argument doesn't have a source representation, e.g. because `value`
* isn't assigned explicitly.
*/
return Optional.empty();
}
Expand Down

0 comments on commit 500fb85

Please sign in to comment.