Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 957f174

Browse files
committed
remove country code
1 parent 98f5b26 commit 957f174

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/com/appirio/service/challengefeeder/api/detail/RegistrantData.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,4 @@ public class RegistrantData {
6969
@Getter
7070
@Setter
7171
private Date registrationDate;
72-
73-
/**
74-
* The country code field
75-
*/
76-
@Getter
77-
@Setter
78-
private String countryCode;
7972
}

0 commit comments

Comments
 (0)