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

dongxu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 586ac80  Reformat, remove the blank space.
586ac80 is described below

commit 586ac8020ec037d289781a0c0b32edb6150731c6
Author: Echo Wang <don...@apache.org>
AuthorDate: Fri Feb 23 15:37:28 2018 +0800

    Reformat, remove the blank space.
---
 client/src/main/java/org/apache/hupa/Launcher.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/main/java/org/apache/hupa/Launcher.java 
b/client/src/main/java/org/apache/hupa/Launcher.java
index 4481a75..2101eef 100644
--- a/client/src/main/java/org/apache/hupa/Launcher.java
+++ b/client/src/main/java/org/apache/hupa/Launcher.java
@@ -32,7 +32,7 @@ import org.eclipse.jetty.webapp.WebAppContext;
 public final class Launcher {
    public static void main(String[] args) throws Exception {
 
-       int port = Integer.parseInt(System.getProperty("port", "8282"));
+      int port = Integer.parseInt(System.getProperty("port", "8282"));
       String bindAddress = System.getProperty("host", "0.0.0.0");
 
       InetSocketAddress a = new InetSocketAddress(bindAddress, port);

-- 
To stop receiving notification emails like this one, please contact
don...@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to