Skip to content

Commit

Permalink
JAVADOC
Browse files Browse the repository at this point in the history
  • Loading branch information
aunkrig committed Nov 27, 2023
1 parent 87beb84 commit cd393aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janino/src/main/java/org/codehaus/janino/Visitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ interface RvalueVisitor<R, EX extends Throwable> {
@Nullable R visitStringLiteral(StringLiteral sl) throws EX;

/**
* Invoked by {@link Java.TextBlock#accept(RvalueVisitor)}
* Invoked by {@link Java.TextBlock#accept(Visitor.RvalueVisitor)}
*/
@Nullable R visitTextBlock(TextBlock tb) throws EX;

Expand Down

0 comments on commit cd393aa

Please sign in to comment.