Bug 934359 - Solve endless loop problem in gecko/build/annotationProcessors/utils/Utils.java. r=kats

This commit is contained in:
cewang 2013-11-18 09:11:35 -05:00
parent a794a7a074
commit f20f4220a6

View File

@ -247,6 +247,7 @@ public class Utils {
while (name.endsWith("[]")) {
sb.append('[');
name = name.substring(0, len - 2);
len = len - 2;
}
// Look in the hashmap for the remainder...