Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Mark volumes as @nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnflavin committed Jan 31, 2017
1 parent b391c9f commit bad0952
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
@JsonAutoDetect(fieldVisibility = ANY, getterVisibility = NONE, setterVisibility = NONE)
public abstract class VolumeList {

@Nullable
@JsonProperty("Volumes")
public abstract ImmutableList<Volume> volumes();

Expand Down

0 comments on commit bad0952

Please sign in to comment.