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

Commit

Permalink
Make MemoryStat.stats nullable
Browse files Browse the repository at this point in the history
fixes #743
  • Loading branch information
davidxia committed Jun 5, 2017
1 parent 4d3a4a6 commit 0ed0af7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
@JsonAutoDetect(fieldVisibility = ANY, getterVisibility = NONE, setterVisibility = NONE)
public abstract class MemoryStats {

@Nullable
@JsonProperty("stats")
public abstract Stats stats();

Expand Down

0 comments on commit 0ed0af7

Please sign in to comment.