Misspelled main method name

This commit is contained in:
Oleg Kalnichevski 2019-06-14 12:34:00 +02:00
parent 2267ef26b9
commit fdff6b6c0f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import org.apache.hc.core5.http.nio.AsyncRequestProducer;
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();
try {
// Start the client