Changed to camel case text.

This commit is contained in:
Menaka Jayawardena 2017-09-15 13:12:41 +05:30
parent c951b2ca1b
commit b9721845d8

View File

@ -106,7 +106,6 @@ public class AuthHandlerServiceImpl implements AuthHandlerService {
JSONObject loginInfo = new JSONObject(accessTokenInfo); JSONObject loginInfo = new JSONObject(accessTokenInfo);
loginInfo.append(Constants.USER_NAME, userName); loginInfo.append(Constants.USER_NAME, userName);
loginInfo.append(Constants.APPLICATION_INFO, new JSONObject(apiApplicationKey)); loginInfo.append(Constants.APPLICATION_INFO, new JSONObject(apiApplicationKey));
System.out.println(loginInfo);
return Response.status(200).entity(loginInfo.toString()).build(); return Response.status(200).entity(loginInfo.toString()).build();
} catch (Exception e) { } catch (Exception e) {
//return Response.status(500).build(); //return Response.status(500).build();