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

Commit

Permalink
Fix: Service name can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
johnflavin committed Sep 14, 2017
1 parent 141df36 commit e49f3dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
@JsonAutoDetect(fieldVisibility = ANY, getterVisibility = NONE, setterVisibility = NONE)
public abstract class ServiceSpec {

@Nullable
@JsonProperty("Name")
public abstract String name();

Expand Down

0 comments on commit e49f3dc

Please sign in to comment.