We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04c0088 + f0fe705 commit 51b8baeCopy full SHA for 51b8bae
1 file changed
src/warranty/Contract.java
@@ -25,7 +25,7 @@ public void add(Claim newClaim) {
25
claims.add(newClaim);
26
} else {
27
throw new ContractException(
28
- "Contract is not active or amount is less than LOL");
+ "Contract is not active or amount is less than limit of liability");
29
}
30
31
0 commit comments