Minor fixups after merge from master

Rerecorded WireMock files with newer framework
This commit is contained in:
Liam Newman
2019-10-04 21:22:08 -07:00
parent 4e56b8bb78
commit 5feffdf544
70 changed files with 302843 additions and 582 deletions

View File

@@ -1408,7 +1408,7 @@ public class GHRepository extends GHObject {
/**
* Replace special characters (e.g. #) with standard values (e.g. %23) so
* GitHub understands what is being requested.
* @param The string to be encoded.
* @param value string to be encoded.
* @return The encoded string.
*/
private String UrlEncode(String value) {