File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ Please follow the [installation](#installation) instruction and execute the foll
109
109
package main ;
110
110
111
111
import com.fingerprint.api.FingerprintApi ;
112
- import com.fingerprint.models .EventResponse ;
113
- import com.fingerprint.models .Response ;
112
+ import com.fingerprint.model .EventResponse ;
113
+ import com.fingerprint.model .Response ;
114
114
import com.fingerprint.sdk.ApiClient ;
115
115
import com.fingerprint.sdk.ApiException ;
116
116
import com.fingerprint.sdk.Configuration ;
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ Please follow the [installation](#installation) instruction and execute the foll
136
136
package main;
137
137
138
138
import com.fingerprint.api.FingerprintApi;
139
- import com.fingerprint.models .EventResponse;
140
- import com.fingerprint.models .Response;
139
+ import com.fingerprint.model .EventResponse;
140
+ import com.fingerprint.model .Response;
141
141
import com.fingerprint.sdk.ApiClient;
142
142
import com.fingerprint.sdk.ApiException;
143
143
import com.fingerprint.sdk.Configuration;
You can’t perform that action at this time.
0 commit comments