Skip to content

Commit

Permalink
Update zookeeper-jute/src/main/java/org/apache/jute/compiler/JRecord.…
Browse files Browse the repository at this point in the history
…java

Co-authored-by: Kezhu Wang <[email protected]>
  • Loading branch information
luozongle01 and kezhuw authored Nov 29, 2024
1 parent 38ab5ad commit 643e90c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ private String getFieldComments(JField jField, String indent) {
return formatComments(indent, comments);
}

private Token getCommentToken(Token previousToken, Token token) {
private Token getCommentToken(Token token, Token previousToken) {
if (token == null || token.specialToken == null || belongsToThePreviousToken(previousToken, token.specialToken)) {
return null;
}
Expand Down

0 comments on commit 643e90c

Please sign in to comment.