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

Simplify a SuppressWarnings annotation

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