Deleted obsolete test scenario
This commit is contained in:
parent
6c17f5c6e1
commit
55ff6f577f
@ -107,11 +107,6 @@ public class BookWithAnnotations {
|
||||
throw new AssertionError();
|
||||
}
|
||||
|
||||
@Column(name = "LAST_NAME")
|
||||
public void notEnoughParameters() {
|
||||
throw new AssertionError();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "JPABook [id=" + id + ", title=" + title + ", firstName=" + firstName + ", lastName=" + lastName + "]";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user