Skip to content

Commit

Permalink
adapted to moved SeverityAndIssue classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsfzi authored and rapp-fzi committed Nov 29, 2024
1 parent d310d06 commit 3060f64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import org.antlr.runtime.RecognitionException;

import de.uka.ipd.sdq.errorhandling.IIssue;
import de.uka.ipd.sdq.errorhandling.SeverityEnum;
import de.uka.ipd.sdq.errorhandling.core.IIssue;
import de.uka.ipd.sdq.errorhandling.core.SeverityEnum;

public class ErrorEntry implements IIssue {
private RecognitionException ex = null;
Expand Down

0 comments on commit 3060f64

Please sign in to comment.