We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e08b28e + 6f60e84 commit 5f8a29aCopy full SHA for 5f8a29a
src/main/java/com/testmonitor/parsers/TestCaseParser.java
@@ -8,7 +8,7 @@
8
9
public class TestCaseParser {
10
/**
11
- * Parse a JSONObject in a list of milestones
+ * Parse a JSONObject in a list of test cases
12
*
13
* @param response The JSON response of a request
14
@@ -28,7 +28,7 @@ public static ArrayList<TestCase> parse(JSONObject response)
28
}
29
30
31
- * Parse a hashmap into a milestone.
+ * Parse a hashmap into a test case.
32
33
* @param item the hashmap that contains the milestone data.
34
0 commit comments