Skip to content

Commit

Permalink
Fix for saving dept info in redis
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik-tarento committed Jun 11, 2022
1 parent 59f6198 commit 2b79053
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package org.sunbird.portal.department.model;

public class DeptPublicInfo {
import java.io.Serializable;

public class DeptPublicInfo implements Serializable {
private static final long serialVersionUID = 1L;
private String identifier;
private String channel;

Expand Down

0 comments on commit 2b79053

Please sign in to comment.