Skip to content

Commit

Permalink
Allow druid.azure.account to be nullable (apache#16960)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-wei authored Sep 2, 2024
1 parent fe3d589 commit 088c337
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@

import javax.annotation.Nullable;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;

/**
* Stores the configuration for an Azure account.
*/
public class AzureAccountConfig
{
@JsonProperty
@NotNull
@Nullable
private String account;

/**
Expand Down

0 comments on commit 088c337

Please sign in to comment.