From a848b18f411dcd187729428c2be155ad9433b9c8 Mon Sep 17 00:00:00 2001 From: Shadab Mehdi Date: Thu, 28 Jan 2016 01:17:06 +0530 Subject: [PATCH] Update KumarAsshole.java --- java/KumarAsshole.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/java/KumarAsshole.java b/java/KumarAsshole.java index 9a067f2..15ab7c3 100644 --- a/java/KumarAsshole.java +++ b/java/KumarAsshole.java @@ -9,10 +9,10 @@ import javax.mail.internet.*; import javax.mail.search.FlagTerm; //Dependencies- Java mail API -public class Kumar_Asshole { +public class KumarAsshole { public static void main(String[] args) { - Kumar_Asshole gmail = new Kumar_Asshole(); + KumarAsshole gmail = new KumarAsshole(); gmail.read(); } @@ -86,7 +86,8 @@ public class Kumar_Asshole { inbox.close(true); store.close(); - }catch(Exception e) + } + catch(Exception e) { e.printStackTrace();