Skip to content

Commit

Permalink
Fix derby test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 authored and beikov committed Mar 10, 2021
1 parent 60c4fbe commit 7934625
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -116,7 +116,7 @@ public void setData(String data) {
}
}

@Entity
@Entity(name="RevisionInfoEntity")
public static class RevisionInfoEntity {
@Id
private Integer id;
Expand Down

0 comments on commit 7934625

Please sign in to comment.