Skip to content

Commit 2fe0617

Browse files
committed
edit by checkstyle
1 parent 9e902d2 commit 2fe0617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/netease/qa/emmagee/utils/MailSender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static boolean sendTextMail(String sender, String encryptPassword,
3737
String smtp, String subject, String content, String file,
3838
String[] maillists) {
3939
if (maillists == null || maillists.length == 0
40-
|| (maillists[0].trim().equals(""))) {
40+
|| ("".equals(maillists[0].trim()))) {
4141
return false;
4242
} else {
4343
// Get system properties

0 commit comments

Comments
 (0)