ignore static final warnings out of concern for method signature change

This commit is contained in:
Ben Fry
2021-07-05 08:36:12 -04:00
parent 2be175b0a7
commit 0123d5a96b
+1 -1
View File
@@ -81,7 +81,7 @@ import processing.opengl.*;
* project of our (tiny) size, we should be focusing on the future, rather
* than working around legacy Java code.
*/
@SuppressWarnings("unused")
@SuppressWarnings({"unused", "FinalStaticMethod"})
public class PApplet implements PConstants {
//public class PApplet extends PSketch { // possible in the next alpha
/** Full name of the Java version (i.e. 1.5.0_11). */