BAEL-4900 Code formatting fixed
This commit is contained in:
parent
d34fdfd40a
commit
48aa7c5425
@ -1,8 +1,8 @@
|
|||||||
package com.baeldung.attribute.overwrite.entity;
|
package com.baeldung.attribute.overwrite.entity;
|
||||||
|
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
import javax.persistence.*;
|
import javax.persistence.*;
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
@AttributeOverride(name = "identifier", column = @Column(name = "VIN"))
|
@AttributeOverride(name = "identifier", column = @Column(name = "VIN"))
|
||||||
@ -24,7 +24,6 @@ public class Car extends Vehicle {
|
|||||||
})
|
})
|
||||||
Map<Owner, Address> owners;
|
Map<Owner, Address> owners;
|
||||||
|
|
||||||
|
|
||||||
public String getModel() {
|
public String getModel() {
|
||||||
return model;
|
return model;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user