Skip to content

Commit 5f8a29a

Browse files
authored
Merge pull request #16 from stefanius/fix-javadoc
Fix javadoc
2 parents e08b28e + 6f60e84 commit 5f8a29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/testmonitor/parsers/TestCaseParser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public class TestCaseParser {
1010
/**
11-
* Parse a JSONObject in a list of milestones
11+
* Parse a JSONObject in a list of test cases
1212
*
1313
* @param response The JSON response of a request
1414
*
@@ -28,7 +28,7 @@ public static ArrayList<TestCase> parse(JSONObject response)
2828
}
2929

3030
/**
31-
* Parse a hashmap into a milestone.
31+
* Parse a hashmap into a test case.
3232
*
3333
* @param item the hashmap that contains the milestone data.
3434
*

0 commit comments

Comments
 (0)