Skip to content

Commit

Permalink
make CaseListDataCount serializable (#11267)
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer authored Dec 11, 2024
1 parent 94e6381 commit 9c109f6
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 9c109f6

Please sign in to comment.