Skip to content

Commit a819f26

Browse files
committed
Java minor Corrections
1 parent 2c13620 commit a819f26

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

src/main/java/com/itacademy/CrudEmpleats/controller/ControllerWeb.java

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/main/java/com/itacademy/CrudEmpleats/exceptions/IdNotFound.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
public class IdNotFound extends RuntimeException {
44

5+
private static final long serialVersionUID = 1L;
6+
57
private int id;
68

79
public IdNotFound(int id) {

0 commit comments

Comments
 (0)