Skip to content

Commit f5b173b

Browse files
committed
Remove redundant initial assignment on field
1 parent d817936 commit f5b173b

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics

1 file changed

+1
-1
lines changed

bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public final class Image extends Resource implements Drawable {
9393
/**
9494
* this field make sure the image is initialized without any errors
9595
*/
96-
boolean isInitialized = false;
96+
private boolean isInitialized;
9797

9898
/**
9999
* specifies the transparent pixel

0 commit comments

Comments
 (0)