mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 934359 - Solve endless loop problem in gecko/build/annotationProcessors/utils/Utils.java. r=kats
This commit is contained in:
parent
a794a7a074
commit
f20f4220a6
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user