Skip to content
Snippets Groups Projects
Commit eecd289e authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

more warnings

parent d1fd1c50
No related branches found
No related tags found
No related merge requests found
......@@ -692,6 +692,7 @@ package $0$;
import java.util.ArrayList;
@SuppressWarnings("rawtypes")
final class State
{
int state;
......
......@@ -250,7 +250,7 @@ package $0$;
import java.util.*;
import de.hhu.stups.sablecc.patch.PositionedNode;
@SuppressWarnings({"rawtypes","unchecked"})
public abstract class Node extends PositionedNode implements Switchable, Cloneable
{
private Node parent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment