code cleanup

This commit is contained in:
Marcos 2018-02-03 19:25:48 +01:00
parent ecf1cae3f7
commit 0bf3102188
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@ package com.baeldung.hibernate.pojo;
import java.io.Serializable;
import javax.persistence.Entity;
@Entity
public class PersonName implements Serializable {
private static final long serialVersionUID = 7883094644631050150L;