Skip to content

Commit

Permalink
Automated rollback of changelist 147799521.
Browse files Browse the repository at this point in the history
***

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=147812197
  • Loading branch information
tap-prod authored and dimvar committed Feb 19, 2017
1 parent 7ffa9eb commit a57eab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private boolean jsdocContainsDeclarations(Node node) {
* should not have to drop definitions itself.
*/
private void dropUntypedExterns() {
for (String externName : nameDefinitionMultimap.keys()) {
for (String externName : nameDefinitionMultimap.keySet()) {
for (Definition def : new ArrayList<Definition>(nameDefinitionMultimap.get(externName))) {
if (def instanceof ExternalNameOnlyDefinition) {
Node node = def.getLValue();
Expand Down

0 comments on commit a57eab1

Please sign in to comment.