Fix Signature Hiding Next Line
This commit is contained in:
parent
85d310f498
commit
43432646ce
|
@ -122,6 +122,7 @@ public class MethodNodeDecompiler {
|
|||
|
||||
if (m.signature != null) {
|
||||
sb.append(" <sig:").append(m.signature).append(">");
|
||||
sb.append(nl);
|
||||
}
|
||||
|
||||
if (m.annotationDefault != null) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user