Skip to content

Commit

Permalink
remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Oct 29, 2024
1 parent 51a7e30 commit bd70d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ public static Semanticdb.AssignTree assignTree(Semanticdb.Tree lhs, Semanticdb.T
public static Semanticdb.CastTree castTree(Semanticdb.Type type, Semanticdb.Tree value) {
return Semanticdb.CastTree.newBuilder().setTpe(type).setValue(value).build();
}
// SemanticDB Constants

public static Semanticdb.AnnotationTree annotationTree(
Semanticdb.Type type, Iterable<Semanticdb.Tree> parameters) {
return Semanticdb.AnnotationTree.newBuilder().setTpe(type).addAllParameters(parameters).build();
}

// SemanticDB Constants

public static Semanticdb.Constant stringConst(String value) {
Expand Down

0 comments on commit bd70d53

Please sign in to comment.