Skip to content

Commit

Permalink
Forgot to remove garbage.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Feb 12, 2016
1 parent 3191b3e commit 106fe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidDocScraper.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public String[] getParameterNames (ClassNode asm, String name, Type[] ptypes, bo
}
stream.close();
return result;
} else System.err.println ("NOT MATCHING '" + buffer.toString() + "', INPUT: " + text);
}// else System.err.println ("NOT MATCHING '" + buffer.toString() + "', INPUT: " + text);
// sometimes we get incomplete tag, so cache it until it gets complete or matched.
// I *know* this is a hack.
if (reset_pattern_head == null || text.endsWith (">") || !continuous_param_lines && !text.startsWith (reset_pattern_head))
Expand Down

0 comments on commit 106fe9f

Please sign in to comment.