Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 106fe9f

Browse files
committed
Forgot to remove garbage.
1 parent 3191b3e commit 106fe9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidDocScraper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public String[] getParameterNames (ClassNode asm, String name, Type[] ptypes, bo
168168
}
169169
stream.close();
170170
return result;
171-
} else System.err.println ("NOT MATCHING '" + buffer.toString() + "', INPUT: " + text);
171+
}// else System.err.println ("NOT MATCHING '" + buffer.toString() + "', INPUT: " + text);
172172
// sometimes we get incomplete tag, so cache it until it gets complete or matched.
173173
// I *know* this is a hack.
174174
if (reset_pattern_head == null || text.endsWith (">") || !continuous_param_lines && !text.startsWith (reset_pattern_head))

0 commit comments

Comments
 (0)