You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2019/06/16 10:58:47 UTC

[httpcomponents-client] 01/02: Misspelled main method name

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch improved-logging
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit d2cf45b470c0a75fbc4259e00da43f7df54145e3
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Fri Jun 14 12:34:00 2019 +0200

    Misspelled main method name
---
 .../test/java/org/apache/hc/client5/http/examples/AsyncQuickStart.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpclient5/src/test/java/org/apache/hc/client5/http/examples/AsyncQuickStart.java b/httpclient5/src/test/java/org/apache/hc/client5/http/examples/AsyncQuickStart.java
index 22c28a2..c7a0ae7 100644
--- a/httpclient5/src/test/java/org/apache/hc/client5/http/examples/AsyncQuickStart.java
+++ b/httpclient5/src/test/java/org/apache/hc/client5/http/examples/AsyncQuickStart.java
@@ -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