mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Silence compiler warnings on PApplet for lack of Serializable version.
This commit is contained in:
@@ -162,6 +162,7 @@ import processing.xml.XMLElement;
|
||||
* do by hand w/ some Java code.</P>
|
||||
* @usage Web & Application
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class PApplet extends Applet
|
||||
implements PConstants, Runnable,
|
||||
MouseListener, MouseMotionListener, KeyListener, FocusListener
|
||||
|
||||
Reference in New Issue
Block a user