Fix Signature Hiding Next Line

This commit is contained in:
Konloch 2024-04-13 00:41:05 -06:00
parent 85d310f498
commit 43432646ce

AI 샘플 코드 생성 중입니다

Loading...

View File

@ -122,6 +122,7 @@ public class MethodNodeDecompiler {
if (m.signature != null) { if (m.signature != null) {
sb.append(" <sig:").append(m.signature).append(">"); sb.append(" <sig:").append(m.signature).append(">");
sb.append(nl);
} }
if (m.annotationDefault != null) { if (m.annotationDefault != null) {