Skip to content

Commit e0cf42a

Browse files
committed
Remove comment placeholder in getStats method of ViolationReportController
1 parent f379194 commit e0cf42a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/openelements/conduct/controller/ViolationReportController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public ResponseEntity<ViolationReportDto> getReportById(@PathVariable String id)
5353

5454
@GetMapping("/stats")
5555
public ResponseEntity<ReportStats> getStats() {
56-
// This could be expanded to include more detailed statistics
5756
return ResponseEntity.ok(new ReportStats("Statistics endpoint - implement as needed"));
5857
}
5958

0 commit comments

Comments
 (0)