Skip to content

Commit

Permalink
warnings cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 20, 2014
1 parent ee57613 commit 74f19ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ public interface Contact {
}

static class ContactImpl implements Contact {
@Override
public String getCity() { return "Seattle"; }
}

static class ContactMixin implements Contact {
@Override
@JsonProperty
public String getCity() { return null; }
}
Expand Down

0 comments on commit 74f19ae

Please sign in to comment.