Skip to content

Commit c596050

Browse files
committed
Fixed typo.
1 parent 2530997 commit c596050

File tree

1 file changed

+1
-1
lines changed
  • jenkins-client/src/main/java/com/offbytwo/jenkins/model

1 file changed

+1
-1
lines changed

jenkins-client/src/main/java/com/offbytwo/jenkins/model/Build.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public BuildWithDetails details() throws IOException {
109109
* This is to get the information about {@link TestReport}
110110
* for a Maven Job type.
111111
* @return {@link TestReport}
112-
* @throws IOException in casae of an error.
112+
* @throws IOException in case of an error.
113113
*/
114114
public TestReport getTestReport() throws IOException {
115115
return client.get(this.getUrl() + "/testReport/?depth=1", TestReport.class);

0 commit comments

Comments
 (0)