Skip to content

Commit

Permalink
Issue #1128: coverId from CoverPhoto removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Feb 10, 2021
1 parent 43e8782 commit 7b1e4e7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/lombok/com/restfb/types/CoverPhoto.java
Expand Up @@ -34,17 +34,6 @@ public class CoverPhoto extends FacebookType {

private static final long serialVersionUID = 1L;

/**
* Deprecated. Please use the {@link CoverPhoto#getId()} field instead
*
* @deprecated use {@link CoverPhoto#getId()} instead
*/
@Getter
@Setter
@Facebook("cover_id")
@Deprecated
String coverId;

/**
* When non-zero, the cover image overflows horizontally. The value indicates the offset percentage of the total image
* width from the left [0-100]
Expand Down

0 comments on commit 7b1e4e7

Please sign in to comment.