latest versions and imports cleanup

This commit is contained in:
michaelisvy 2015-01-20 21:21:27 +08:00
parent 3e4512781e
commit 35a179f88b
4 changed files with 6 additions and 14 deletions

View file

@ -15,8 +15,6 @@
*/
package org.springframework.samples.petclinic.model;
import java.io.Serializable;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;