Skip to content

Commit 5ad8831

Browse files
committed
PIP-908 Remve annotation @embeddable from ExecutionCommand class
1 parent 9a11229 commit 5ad8831

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/ihtsdo/rvf/core/data/model/ExecutionCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/**
1010
* A class that encapsulate the logic/code that is used to run a {@link Test}.
1111
*/
12-
@Embeddable
1312
@Entity(name = "command")
1413
@Table(name = "execution_command")
1514
public class ExecutionCommand {

0 commit comments

Comments
 (0)