You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/04/11 03:28:28 UTC

[GitHub] [incubator-shardingsphere] cherrylzhao opened a new issue #5145: Fix typo of Bootstrap in sharding-proxy

cherrylzhao opened a new issue #5145: Fix typo of Bootstrap in sharding-proxy
URL: https://github.com/apache/incubator-shardingsphere/issues/5145
 
 
   in [Bootstrap.java](https://github.com/apache/incubator-shardingsphere/blob/master/sharding-proxy/sharding-proxy-bootstrap/src/main/java/org/apache/shardingsphere/shardingproxy/Bootstrap.java) we should fix paredPort => port
   
   ```java
   private static int getPort(final String[] args) {
           if (0 == args.length) {
               return DEFAULT_PORT;
           }
           Integer paredPort = Ints.tryParse(args[0]);
           return paredPort == null ? DEFAULT_PORT : paredPort;
       }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] terrymanu closed issue #5145: Fix typo of Bootstrap in sharding-proxy

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #5145: Fix typo of Bootstrap in sharding-proxy
URL: https://github.com/apache/incubator-shardingsphere/issues/5145
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] strongduanmu commented on issue #5145: Fix typo of Bootstrap in sharding-proxy

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #5145: Fix typo of Bootstrap in sharding-proxy
URL: https://github.com/apache/incubator-shardingsphere/issues/5145#issuecomment-612341858
 
 
   Hi, I want to fix this issue, please assign to me!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services