Skip to content

Commit

Permalink
Add missing NotNull annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Nov 3, 2024
1 parent 2c37d0c commit 08a8d86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ private void initializeAccessToken() {
*
* @return A JSON object containing information needed to authorize an account.
*/
@NotNull
public JsonObject fetchDeviceCode() {
// @formatter:off
String requestJson = JsonWriter.string()
Expand Down

0 comments on commit 08a8d86

Please sign in to comment.