HHH-7717 Added import to Tooth test for previously committed @Column.
This commit is contained in:
parent
014bc42a86
commit
61cb6f59f6
|
@ -5,6 +5,7 @@ import javax.persistence.Entity;
|
|||
import javax.persistence.GeneratedValue;
|
||||
import javax.persistence.Id;
|
||||
import javax.persistence.ManyToOne;
|
||||
import javax.persistence.Column;
|
||||
|
||||
/**
|
||||
* @author Emmanuel Bernard
|
||||
|
|
Loading…
Reference in New Issue