Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
homebeaver committed Mar 14, 2021
1 parent b4f18b7 commit 853ad6b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/klst/edoc/untdid/DateTimeFormats.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.klst.untdid.codelist;
package com.klst.edoc.untdid;

import java.sql.Timestamp;
import java.text.DateFormat;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/klst/edoc/untdid/DocumentNameCode.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.klst.untdid.codelist;
package com.klst.edoc.untdid;

import java.util.HashMap;
import java.util.Map;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/klst/edoc/untdid/PaymentMeansEnum.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.klst.untdid.codelist;
package com.klst.edoc.untdid;

import java.util.HashMap;
import java.util.Map;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/klst/edoc/untdid/ReferenceCode.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.klst.untdid.codelist;
package com.klst.edoc.untdid;

import java.util.HashMap;
import java.util.Map;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/klst/edoc/untdid/TaxCategoryCode.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.klst.untdid.codelist;
package com.klst.edoc.untdid;

import java.util.HashMap;
import java.util.Map;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/klst/edoc/untdid/TaxTypeCode.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.klst.untdid.codelist;
package com.klst.edoc.untdid;

import java.util.HashMap;
import java.util.Map;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/klst/edoc/untdid/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* United Nations Trade Data Interchange Directory (UNTDID) codes,
* @see http://www.unece.org/fileadmin/DAM/trade/untdid/d16b/tred/tredi2.htm
*/
package com.klst.untdid.codelist;
package com.klst.edoc.untdid;

0 comments on commit 853ad6b

Please sign in to comment.