Commit a959c01d authored by Dustin Jenkins's avatar Dustin Jenkins
Browse files

AC2: Code cleanup and comment correction.

parent 21719714
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
        {