diff --git a/app/.classpath b/app/.classpath index df37d3bba..4c46d2fcc 100644 --- a/app/.classpath +++ b/app/.classpath @@ -11,7 +11,6 @@ - diff --git a/core/.classpath b/core/.classpath index e8525451f..abeadbeb0 100644 --- a/core/.classpath +++ b/core/.classpath @@ -8,8 +8,6 @@ - - diff --git a/core/src/processing/awt/PImageAWT.java b/core/src/processing/awt/PImageAWT.java index a01b65742..801069567 100644 --- a/core/src/processing/awt/PImageAWT.java +++ b/core/src/processing/awt/PImageAWT.java @@ -105,6 +105,7 @@ public class PImageAWT extends PImage { * written in a cross-platform fashion for desktop, Android, and others. * This is still included for PGraphics objects, which may need the image. */ + @Override public Image getImage() { // ignore return (Image) getNative(); }