-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83c47f8
commit dfedab5
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
autograder-cmd/src/main/java/de/firemage/autograder/cmd/output/Annotation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
package de.firemage.autograder.cmd.output; | ||
|
||
import de.firemage.autograder.core.ProblemType; | ||
|
||
public record Annotation(ProblemType type, String message, String file, int startLine, int endLine) { | ||
public record Annotation(String type, String message, String file, int startLine, int endLine) { | ||
} |