Skip to content
Snippets Groups Projects
Commit 8aa59c9e authored by dgelessus's avatar dgelessus
Browse files

Simplify a SuppressWarnings annotation

parent a8802766
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
package org.sablecc.sablecc.lexer;
@SuppressWarnings({"serial"})
@SuppressWarnings("serial")
public class LexerException extends Exception
{
private final int line;
......
......@@ -10,7 +10,7 @@ Macro:LexerException
package $0$lexer;
@SuppressWarnings({"serial"})
@SuppressWarnings("serial")
public class LexerException extends Exception
{
private final int line;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment