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

Shut up another serialVersionUID warning

parent 2156a1cc
Branches
Tags
No related merge requests found
Pipeline #85146 passed
......@@ -10,6 +10,7 @@ package org.sablecc.sablecc;
import org.sablecc.sablecc.node.*;
import java.util.Set;
@SuppressWarnings("serial")
public class ConflictException extends Exception
{
private Set conflictualProductions;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment