Skip to content

Commit

Permalink
Fix Signature Hiding Next Line
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Apr 13, 2024
1 parent 85d310f commit 4343264
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -122,6 +122,7 @@ else if (m.name.equals("<init>"))

if (m.signature != null) {
sb.append(" <sig:").append(m.signature).append(">");
sb.append(nl);
}

if (m.annotationDefault != null) {
Expand Down

0 comments on commit 4343264

Please sign in to comment.