BAEL-4900 Code formatting fixed

This commit is contained in:
Jacek Polom 2021-05-03 12:08:57 +02:00
parent d34fdfd40a
commit 48aa7c5425

View File

@ -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;
}