Skip to content

Commit

Permalink
Merge pull request #100 from NickVolynkin/patch-1
Browse files Browse the repository at this point in the history
Fix a small typo in RunWrapper javadoc
  • Loading branch information
dwnusbaum committed Jan 2, 2020
2 parents e3c3be3 + ef71b8d commit 04ea4bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public JSONArray getBuildCauses() throws IOException, ClassNotFoundException {

/**
* Filters the returned list by the type of <code>Cause</code> class passed as input
* ex. <code>getBuildCauess('hudson.model.Cause$UserIdCause')</code> would return only
* ex. <code>getBuildCauses('hudson.model.Cause$UserIdCause')</code> would return only
* <code>Cause</code>s of that type
*
* @param className A string containing the fully qualified name for the class type to filter the result list by
Expand Down

0 comments on commit 04ea4bf

Please sign in to comment.