We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12ff7a commit f0fe705Copy full SHA for f0fe705
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