Skip to content

Commit

Permalink
[backend] clean
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Oct 1, 2024
1 parent 63f9cb8 commit 440dede
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@
@Entity
@Table(name = "scenarios")
@EntityListeners(ModelBaseListener.class)
@NamedEntityGraphs({
@NamedEntityGraph(
name = "Scenario.tags-injects",
attributeNodes = {
@NamedAttributeNode("tags"),
@NamedAttributeNode("injects")
}
)
})
public class Scenario implements Base {

public enum SEVERITY {
Expand Down

0 comments on commit 440dede

Please sign in to comment.