Skip to content

Commit

Permalink
revert whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-herrmann committed May 2, 2024
1 parent 295a680 commit e927b5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@ public void updateSupertypesWithAnnotations(Map<ReferenceBinding,ReferenceBindin
if (this.binding instanceof MemberTypeBinding) {
((MemberTypeBinding) this.binding).updateDeprecationFromEnclosing();
}
Map<ReferenceBinding,ReferenceBinding> updates = new HashMap<>();
Map<ReferenceBinding,ReferenceBinding> updates = new HashMap<>();
if (this.typeParameters != null) {
for (TypeParameter typeParameter : this.typeParameters) {
typeParameter.updateWithAnnotations(this.scope); // TODO: need to integrate with outerUpdates/updates?
Expand Down

0 comments on commit e927b5f

Please sign in to comment.