GetRequestConfiguration.queryParameters is wrongly annotated as Nullable #2284
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
com.microsoft.graph.users.UsersRequestBuilder.GetRequestConfiguration#queryParameters
is annotated as@Nullable
, giving an IDE warning. However, it is always initialized to a non-null value.Expected behavior
No IDE warning.
How to reproduce
Install SDK in IntelliJ and past the above code.
SDK Version
6.26.0
Latest version known to work for scenario above?
No response
Known Workarounds
Silence IDE warning for that line.
Debug output
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: