Skip to content
Snippets Groups Projects
Commit a959c01d authored by Dustin Jenkins's avatar Dustin Jenkins
Browse files

AC2: Code cleanup and comment correction.

parent 21719714
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ public class UserRequestReader
{
if (json == null)
{
throw new IllegalArgumentException("XML must not be null");
throw new IllegalArgumentException("JSON must not be null");
}
else
{
......
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