Quellcode durchsuchen

Removed no longer used embeddable annotation

peter_backlund vor 18 Jahren
Ursprung
Commit
75a1bf4293

+ 0
- 2
dddsample/src/main/java/se/citerus/dddsample/domain/model/location/UnLocode.java Datei anzeigen

@@ -4,7 +4,6 @@ import org.apache.commons.lang.Validate;
4 4
 import org.apache.commons.lang.builder.EqualsBuilder;
5 5
 import org.apache.commons.lang.builder.HashCodeBuilder;
6 6
 
7
-import javax.persistence.Embeddable;
8 7
 import java.util.regex.Pattern;
9 8
 
10 9
 /**
@@ -13,7 +12,6 @@ import java.util.regex.Pattern;
13 12
  * http://www.unece.org/cefact/locode/
14 13
  * http://www.unece.org/cefact/locode/DocColumnDescription.htm#LOCODE
15 14
  */
16
-@Embeddable
17 15
 public final class UnLocode {
18 16
 
19 17
   private String unlocode;