Coverity Scan issues fix
[portal.git] / portal-BE / src / main / java / org / onap / portal / domain / db / cr / CrFavoriteReports.java
index a1d4a9a..6c8296a 100644 (file)
@@ -74,7 +74,7 @@ CREATE TABLE `cr_favorite_reports` (
 @Setter
 @IdClass(CrFavoriteReportsId.class)
 @Entity
-public class CrFavoriteReports {
+public class CrFavoriteReports implements Serializable{
        @Id
        @Column(name = "user_id", length = 11, nullable = false)
        @Digits(integer = 11, fraction = 0)