Skip to content
Snippets Groups Projects
Commit 21719714 authored by Brian Major's avatar Brian Major
Browse files
parents 2a089f31 097ee7a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
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