HHH-11804 - Make embeddable class' name consistent

This commit is contained in:
Utku Gultopu 2017-06-11 11:26:42 +03:00 committed by Chris Cranford
parent 3f35cd18e0
commit 8343a3f647
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class Address {
...
@Embeddable
public static class Zip {
public static class ZipCode {
private String postalCode;