File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/test/java/com/ning/http/client/async Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
/**
44
44
* Proxy usage tests.
45
45
*/
46
- public abstract class ProxyyTunnellingTest extends AbstractBasicTest {
46
+ public abstract class ProxyTunnellingTest extends AbstractBasicTest {
47
47
48
48
private Server server2 ;
49
49
Original file line number Diff line number Diff line change 16
16
import com .ning .http .client .AsyncHttpClient ;
17
17
import com .ning .http .client .AsyncHttpClientConfig ;
18
18
import com .ning .http .client .async .ProviderUtil ;
19
- import com .ning .http .client .async .ProxyyTunnellingTest ;
19
+ import com .ning .http .client .async .ProxyTunnellingTest ;
20
20
21
- public class GrizzlyProxyTunnelingTest extends ProxyyTunnellingTest {
21
+ public class GrizzlyProxyTunnelingTest extends ProxyTunnellingTest {
22
22
23
23
@ Override
24
24
public AsyncHttpClient getAsyncHttpClient (AsyncHttpClientConfig config ) {
Original file line number Diff line number Diff line change 15
15
import com .ning .http .client .AsyncHttpClient ;
16
16
import com .ning .http .client .AsyncHttpClientConfig ;
17
17
import com .ning .http .client .async .ProviderUtil ;
18
- import com .ning .http .client .async .ProxyyTunnellingTest ;
18
+ import com .ning .http .client .async .ProxyTunnellingTest ;
19
19
20
- public class NettyProxyTunnellingTest extends ProxyyTunnellingTest {
20
+ public class NettyProxyTunnellingTest extends ProxyTunnellingTest {
21
21
@ Override
22
22
public AsyncHttpClient getAsyncHttpClient (AsyncHttpClientConfig config ) {
23
23
return ProviderUtil .nettyProvider (config );
You can’t perform that action at this time.
0 commit comments