Commit 22845514 by Kunj Gupta

Made var as final.

parent 9fc4c326
......@@ -62,8 +62,8 @@ public class ChatActivity extends HandleNotificationActivity implements OnDSList
private static String NEW_MESSAGE_MESSAGE = "message";
private static String IS_END_OF_INTENT = "is_end_of_intent";
private static String CLIENT_MESSAGE_KEY = "message";
private static String CLIENT_MAIL_KEY = "user_email";
private final static String CLIENT_MESSAGE_KEY = "message";
private final static String CLIENT_MAIL_KEY = "user_email";
private static final int CHECK_CODE = 102;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment