You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "orionlibs (via GitHub)" <gi...@apache.org> on 2023/07/17 22:04:26 UTC

[GitHub] [commons-email] orionlibs commented on a diff in pull request #153: EMAIL-205: removed dead code

orionlibs commented on code in PR #153:
URL: https://github.com/apache/commons-email/pull/153#discussion_r1265946647


##########
src/main/java/org/apache/commons/mail/EmailUtils.java:
##########
@@ -295,10 +295,6 @@ static String encodeUrl(final String input) throws UnsupportedEncodingException
         for (final byte c : input.getBytes(US_ASCII))
         {
             int b = c;
-            if (b < 0)

Review Comment:
   @aherbert done



-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org