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