From 7b1e4e78b63713a9cca67061a9215180d00e779e Mon Sep 17 00:00:00 2001 From: Norbert Bartels Date: Wed, 10 Feb 2021 22:04:59 +0100 Subject: [PATCH] Issue #1128: coverId from CoverPhoto removed --- src/main/lombok/com/restfb/types/CoverPhoto.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/main/lombok/com/restfb/types/CoverPhoto.java b/src/main/lombok/com/restfb/types/CoverPhoto.java index bf4f5eb02..04dc79998 100644 --- a/src/main/lombok/com/restfb/types/CoverPhoto.java +++ b/src/main/lombok/com/restfb/types/CoverPhoto.java @@ -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]