Skip to content

Commit

Permalink
make CaseListDataCount serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Dec 10, 2024
1 parent 94e6381 commit 2dce280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/cbioportal/model/CaseListDataCount.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package org.cbioportal.model;

public class CaseListDataCount {
import java.io.Serializable;

public class CaseListDataCount implements Serializable {

private String label;
private String value;
Expand Down

0 comments on commit 2dce280

Please sign in to comment.