File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
main/java/org/nameapi/client/services
gender/genericgendervalidator
test/functional/java/org/nameapi/client/services/email/disposableemailaddressdetector Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22package org .nameapi .client .services .nameparser ;
33
44import com .google .common .base .Optional ;
5- import cremacopy .annotation .Immutable ;
65import org .jetbrains .annotations .NotNull ;
76import org .jetbrains .annotations .Nullable ;
7+ import org .nameapi .ontology5 .cremalang .annotation .Immutable ;
88
99import java .util .List ;
1010
Original file line number Diff line number Diff line change 22package org .nameapi .client .services .nameparser .fieldnameparser ;
33
44import com .google .common .collect .ImmutableList ;
5- import cremacopy .annotation .Immutable ;
5+ import org . nameapi . ontology5 . cremalang .annotation .Immutable ;
66
77import java .util .List ;
88
Original file line number Diff line number Diff line change 11
22package org .nameapi .client .services .nameparser .fieldnameparser ;
33
4- import cremacopy .annotation .Immutable ;
54import org .jetbrains .annotations .NotNull ;
5+ import org .nameapi .ontology5 .cremalang .annotation .Immutable ;
66import org .nameapi .ontology5 .output .entities .person .name .Term ;
77
88
Original file line number Diff line number Diff line change 11package org .nameapi .client .services .nameparser .syntax ;
22
3- import cremacopy .annotation .Immutable ;
4- import cremacopy .lang .Preconditions ;
53import org .jetbrains .annotations .NotNull ;
4+ import org .nameapi .ontology5 .cremalang .annotation .Immutable ;
5+ import org .nameapi .ontology5 .cremalang .lang .Preconditions ;
66
77import java .util .List ;
88
Original file line number Diff line number Diff line change 11
22package org .nameapi .client .services .nameparser .syntax ;
33
4- import cremacopy .annotation .GeneratedCode ;
5- import cremacopy .lang .Preconditions ;
64import org .jetbrains .annotations .NotNull ;
5+ import org .nameapi .ontology5 .cremalang .annotation .GeneratedCode ;
6+ import org .nameapi .ontology5 .cremalang .lang .Preconditions ;
77
88/**
99 */
Original file line number Diff line number Diff line change 22package org .nameapi .client .services .validator .gender .genericgendervalidator ;
33
44import com .google .common .base .Optional ;
5- import cremacopy .annotation .Immutable ;
65import org .jetbrains .annotations .NotNull ;
76import org .jetbrains .annotations .Nullable ;
7+ import org .nameapi .ontology5 .cremalang .annotation .Immutable ;
88
99/**
1010 */
Original file line number Diff line number Diff line change 22package org .nameapi .client .services .validator .placeholdernamedetector ;
33
44import com .google .common .base .Optional ;
5- import cremacopy .annotation .Immutable ;
65import org .jetbrains .annotations .NotNull ;
76import org .jetbrains .annotations .Nullable ;
7+ import org .nameapi .ontology5 .cremalang .annotation .Immutable ;
88
99import javax .xml .bind .annotation .XmlAccessType ;
1010import javax .xml .bind .annotation .XmlAccessorType ;
Original file line number Diff line number Diff line change 22
33import com .optimaize .command4j .CommandExecutor ;
44import com .optimaize .command4j .Mode ;
5- import cremacopy .lang .Maybe ;
65import org .nameapi .client .services .FunctionalTestsNameApiModeFactory ;
76import org .nameapi .client .lib .NameApiRemoteExecutors ;
7+ import org .nameapi .ontology5 .cremalang .lang .Maybe ;
88import org .testng .annotations .Test ;
99
1010import static org .testng .Assert .assertEquals ;
You can’t perform that action at this time.
0 commit comments