Skip to content

Commit 18625d7

Browse files
committed
Added explanation about usage of GHRepository.Visibility.UNKNOWN in GHRepositorySearchBuilder
1 parent c2dd6e2 commit 18625d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/kohsuke/github/GHRepositorySearchBuilder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ public GHRepositorySearchBuilder fork(Fork fork) {
8282
/**
8383
* Search by repository visibility
8484
*
85+
* If visibility param value equals to GHRepository.Visibility.UNKNOWN, this search criteria will be ignored.
86+
*
8587
* @param visibility
8688
* repository visibility
8789
*

0 commit comments

Comments
 (0)