Skip to content

Commit 7555336

Browse files
committed
Fix typo
1 parent 179bd6f commit 7555336

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/com/maxmind/minfraud/WebServiceClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public WebServiceClient build() {
179179
* @throws AuthenticationException when there is a problem authenticating.
180180
* @throws InvalidRequestException when the request is invalid for some
181181
* other reason.
182-
* @throws PermissionRequiredException when permission is required to use th
182+
* @throws PermissionRequiredException when permission is required to use the
183183
* service.
184184
* @throws MinFraudException when the web service returns unexpected
185185
* content.
@@ -204,7 +204,7 @@ public FactorsResponse factors(Transaction transaction) throws IOException,
204204
* @throws AuthenticationException when there is a problem authenticating.
205205
* @throws InvalidRequestException when the request is invalid for some
206206
* other reason.
207-
* @throws PermissionRequiredException when permission is required to use th
207+
* @throws PermissionRequiredException when permission is required to use the
208208
* service.
209209
* @throws MinFraudException when the web service returns unexpected
210210
* content.
@@ -229,7 +229,7 @@ public InsightsResponse insights(Transaction transaction) throws IOException,
229229
* @throws AuthenticationException when there is a problem authenticating.
230230
* @throws InvalidRequestException when the request is invalid for some
231231
* other reason.
232-
* @throws PermissionRequiredException when permission is required to use th
232+
* @throws PermissionRequiredException when permission is required to use the
233233
* service.
234234
* @throws MinFraudException when the web service returns unexpected
235235
* content.

0 commit comments

Comments
 (0)