We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae53946 commit fcb9eeaCopy full SHA for fcb9eea
src/main/java/com/microsoft/graph/authentication/BaseAuthenticationProvider.java
@@ -18,7 +18,7 @@ public abstract class BaseAuthenticationProvider implements IAuthenticationProvi
18
* Allow the user to add custom hosts by passing in Array
19
* @param customHosts custom hosts passed in by user.
20
*/
21
- public void setCustomHosts(String[] customHosts) {
+ public void setCustomHosts(@Nonnull String[] customHosts) {
22
if(this.customHosts == null){
23
this.customHosts = new HashSet<String>();
24
}
0 commit comments