Skip to content

Commit 7e5d1fc

Browse files
committed
fix solution
1 parent 7742e26 commit 7e5d1fc

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

SalaryDecreaseException.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
public class SalaryDecreaseException extends Exception {
22

3-
private static final long serialVersionUID = 1L;
4-
53
public SalaryDecreaseException() {
64
super("Das neue Gehalt muss hoeher sein als das bisherige");
75
}

SalaryIncreaseTooHighException.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
public class SalaryIncreaseTooHighException extends Exception {
22

3-
private static final long serialVersionUID = 1L;
4-
53
public SalaryIncreaseTooHighException() {
64
super("Das neue Gehalt darf maximal 10% ueber dem bisherigen Gehalt liegen");
75
}

0 commit comments

Comments
 (0)