Skip to content
Snippets Groups Projects
Commit c3b6ae16 authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story ac2. Corrected spelling.

parent 064d1c33
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ public class UserClient ...@@ -202,7 +202,7 @@ public class UserClient
try try
{ {
String userXML = new String(out.toByteArray(), "UTF-8"); String userXML = new String(out.toByteArray(), "UTF-8");
log.debug("userXML Input to getPrinciplas(): " + userXML); log.debug("userXML Input to getPrincipals(): " + userXML);
User<Principal> user = new UserReader().read(userXML); User<Principal> user = new UserReader().read(userXML);
return user.getIdentities(); return user.getIdentities();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment