Skip to content

Commit c1cabf6

Browse files
SR20290919SR20290919
authored andcommitted
removing full stop
1 parent f2478cd commit c1cabf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/iemr/common/service/grievance/GrievanceHandlingServiceImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ public String saveComplaintResolution(String request) throws Exception {
381381

382382
}
383383
if (updateCount > 0) {
384-
return "Complaint resolution updated successfully.";
384+
return "Complaint resolution updated successfully";
385385
} else {
386-
throw new Exception("Failed to update complaint resolution.");
386+
throw new Exception("Failed to update complaint resolution");
387387
}
388388
}
389389

0 commit comments

Comments
 (0)