From c4c18478e4fa421efc7eef614f536bfc43360d5e Mon Sep 17 00:00:00 2001 From: fedejeanne Date: Tue, 18 Mar 2025 16:27:31 +0100 Subject: [PATCH] Remove redundant initial assignment on field --- .../Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java index 31f200af876..ab9d0dbfa92 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java @@ -93,7 +93,7 @@ public final class Image extends Resource implements Drawable { /** * this field make sure the image is initialized without any errors */ - boolean isInitialized = false; + private boolean isInitialized; /** * specifies the transparent pixel