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

AC2: Fix for comments.

parent 2a089f31
No related branches found
No related tags found
No related merge requests found
...@@ -81,9 +81,9 @@ import java.util.Scanner; ...@@ -81,9 +81,9 @@ import java.util.Scanner;
public class UserRequestReader 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. * @return UserRequest UserRequest.
* @throws IOException * @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