Commit 097ee7a6 authored by Dustin Jenkins's avatar Dustin Jenkins
Browse files

AC2: Fix for comments.

parent 2a089f31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,9 +81,9 @@ import java.util.Scanner;
public class UserRequestReader
{
    /**
     * Construct a UserRequest from an XML String source.
     * Construct a UserRequest from an JSON String source.
     *
     * @param json String of the XML.
     * @param json String of the JSON.
     * @return UserRequest UserRequest.
     * @throws IOException
     */