Format Java files with google-java-format
Change-Id: Ie4a9594ada29ef95eadd08a33c4cba9feab45cdd
This commit is contained in:
@@ -34,7 +34,7 @@ public class OutgoingEmailValidator {
|
||||
String[] allowTLD = config.getStringList("sendemail", null, "allowTLD");
|
||||
if (allowTLD.length != 0) {
|
||||
try {
|
||||
DomainValidator.updateTLDOverride(GENERIC_PLUS, allowTLD);
|
||||
DomainValidator.updateTLDOverride(GENERIC_PLUS, allowTLD);
|
||||
} catch (IllegalStateException e) {
|
||||
// Should only happen in tests, where the OutgoingEmailValidator
|
||||
// is instantiated repeatedly.
|
||||
|
||||
Reference in New Issue
Block a user