Skip to content

Commit

Permalink
Update src/main/java/org/aksw/iguana/cc/query/QueryData.java
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bigerl <[email protected]>
  • Loading branch information
nck-mlcnv and bigerl authored Nov 6, 2024
1 parent 0884195 commit 8489f6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/aksw/iguana/cc/query/QueryData.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public enum QueryType {
DEFAULT,
UPDATE,
TEMPLATE,
TEMPLATE_INSTANCE
TEMPLATE_INSTANCE_DEFAULT,
TEMPLATE_INSTANCE_UPDATE
}

/**
Expand Down

0 comments on commit 8489f6e

Please sign in to comment.