Bug fix in toString()

This commit is contained in:
Kohsuke Kawaguchi
2016-06-02 23:55:55 -07:00
parent 1bfe7dd99b
commit 1ce54a7925
2 changed files with 3 additions and 2 deletions

View File

@@ -1046,6 +1046,7 @@ public class GHRepository extends GHObject {
*/
@SuppressFBWarnings(value = "DMI_COLLECTION_OF_URLS",
justification = "It causes a performance degradation, but we have already exposed it to the API")
@SkipFromToString
private final Set<URL> postCommitHooks = new AbstractSet<URL>() {
private List<URL> getPostCommitHooks() {
try {