You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: change visibility of SearchService#ResultsType to protected (#95671)
The `SearchService#createContext` method takes the recently added `ResultsType` enum which is package private. In order to be able to keep on calling that method, which is protected, from another package, the visibility of the enum `ResultsType` should be increased to protected. Closes#95670 Co-authored-by: Stéphane Campinas <stephane.campinas@gmail.com>
0 commit comments