Typos a/an (#13846)

This commit is contained in:
Дилян Палаузов
2022-12-05 19:47:43 +02:00
committed by GitHub
parent 54b2772df4
commit 2a5d6beb64
149 changed files with 196 additions and 196 deletions

View File

@@ -118,7 +118,7 @@ public class HttpResponseListenerTest {
// ******** Tests ******** //
/**
* When a exception is thrown during the request phase, the future completes unexceptionally
* When an exception is thrown during the request phase, the future completes unexceptionally
* with no value.
*/
@Test
@@ -134,7 +134,7 @@ public class HttpResponseListenerTest {
}
/**
* When a exception is thrown during the response phase, the future completes unexceptionally
* When an exception is thrown during the response phase, the future completes unexceptionally
* with no value.
*/
@Test
@@ -255,7 +255,7 @@ public class HttpResponseListenerTest {
/**
* When the remote side response with a HTTP/204 and no payload, the future completes normally
* and contains a empty Content.
* and contains an empty Content.
*/
@Test
public void nocontent() {
@@ -297,7 +297,7 @@ public class HttpResponseListenerTest {
/**
* When the remote side responds with anything we don't expect (in this case a HTTP/500), the
* future completes exceptionally with a IllegalStateException.
* future completes exceptionally with an IllegalStateException.
*/
@Test
public void unexpectedStatus() {