gerrit/gerrit-patch-commonsnet
David Pursehouse 19c63fa311 Consistently use character encoding constants
Use the java.nio.charset.StandardCharsets.{ISO_8859_1,UTF_8} constants'
name() methods instead of hard-coding the strings.

Where possible, use method variants that take a Charset rather than
a String. This removes the need to catch UnsupportedEncodingException
in some cases.

Change-Id: I4ac1ba0a753de715e1f38ce631842f527b9e127c
2015-10-16 08:39:12 +00:00
..
src/main/java/org/apache/commons/net/smtp Consistently use character encoding constants 2015-10-16 08:39:12 +00:00
BUCK Build with Buck 2013-05-09 13:40:36 +00:00