mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
suppress warnings
This commit is contained in:
@@ -25,6 +25,7 @@ import java.io.*;
|
||||
* tree - the ROOT_ID node that represents a Java file.
|
||||
*/
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class PdeEmitter implements PdeTokenTypes
|
||||
{
|
||||
private PrintStream out = System.out;
|
||||
|
||||
Reference in New Issue
Block a user