Misspelled main method name
This commit is contained in:
parent
2267ef26b9
commit
fdff6b6c0f
|
@ -48,7 +48,7 @@ import org.apache.hc.core5.http.nio.AsyncRequestProducer;
|
||||||
|
|
||||||
public class AsyncQuickStart {
|
public class AsyncQuickStart {
|
||||||
|
|
||||||
public static void mainfinal (final String[] args) throws Exception {
|
public static void main (final String[] args) throws Exception {
|
||||||
final CloseableHttpAsyncClient httpclient = HttpAsyncClients.createDefault();
|
final CloseableHttpAsyncClient httpclient = HttpAsyncClients.createDefault();
|
||||||
try {
|
try {
|
||||||
// Start the client
|
// Start the client
|
||||||
|
|
Loading…
Reference in New Issue