Skip to content
Snippets Groups Projects
Commit 37da4510 authored by felmer's avatar felmer
Browse files

add TODO in xmlEncode

use CheckedExceptionTunnel.wrapIfNecessary()

SVN: 95
parent 79c39ff9
No related merge requests found
......@@ -140,7 +140,7 @@ public class CrowdAuthenticationService implements IAuthenticationService
return response;
} catch (Exception ex)
{
throw new CheckedExceptionTunnel(ex);
throw CheckedExceptionTunnel.wrapIfNecessary(ex);
}
}
......@@ -174,6 +174,7 @@ public class CrowdAuthenticationService implements IAuthenticationService
private String xmlEncode(String xml)
{
// TODO implementation
return xml;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment