From e927b5f7ae1d1cdf564bf218681aaeee1e2ab7b3 Mon Sep 17 00:00:00 2001 From: Stephan Herrmann Date: Thu, 2 May 2024 15:33:57 +0200 Subject: [PATCH] revert whitespace change --- .../org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java b/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java index 545efa26cfc..1168577e875 100644 --- a/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java +++ b/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java @@ -1898,7 +1898,7 @@ public void updateSupertypesWithAnnotations(Map updates = new HashMap<>(); + Map updates = new HashMap<>(); if (this.typeParameters != null) { for (TypeParameter typeParameter : this.typeParameters) { typeParameter.updateWithAnnotations(this.scope); // TODO: need to integrate with outerUpdates/updates?