suppress warnings

This commit is contained in:
benfry
2008-11-10 07:17:59 +00:00
parent 3d4123f18f
commit e4eb2d99a9
@@ -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;