File tree Expand file tree Collapse file tree
src/main/java/com/iemr/admin/data/user Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.iemr.admin</groupId >
77 <artifactId >admin-api</artifactId >
8- <version >3.1.0 </version >
8+ <version >3.2.1 </version >
99 <packaging >war</packaging >
1010 <name >Admin-API</name >
1111 <description >Admin Page</description >
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ public void setEmergencyContactNo(String emergencyContactNo) {
263263 EmergencyContactNo = emergencyContactNo ;
264264 }
265265
266- public boolean isIsSupervisor () {
266+ public Boolean isIsSupervisor () {
267267 return IsSupervisor ;
268268 }
269269
@@ -272,7 +272,7 @@ public void setIsSupervisor(boolean isSupervisor) {
272272 }
273273
274274 public boolean isDeleted () {
275- return Deleted ;
275+ return Boolean . TRUE . equals ( Deleted ) ;
276276 }
277277
278278 public void setDeleted (boolean deleted ) {
You can’t perform that action at this time.
0 commit comments