Skip to content

Commit

Permalink
EPMRPP-87316 || Update named value object
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik committed Nov 9, 2023
1 parent dcebd1f commit 9ec180b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.epam.ta.reportportal.ws.model.externalsystem;

import java.io.Serializable;
import lombok.Data;
import lombok.NoArgsConstructor;

Expand All @@ -8,7 +9,7 @@
*/
@Data
@NoArgsConstructor
public class NamedValue {
public class NamedValue implements Serializable {

private Long id;
private String name;
Expand Down

0 comments on commit 9ec180b

Please sign in to comment.