Skip to content

Commit f0fe705

Browse files
author
Biju Nair
committed
changed lol
1 parent f12ff7a commit f0fe705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warranty/Contract.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void add(Claim newClaim) {
2525
claims.add(newClaim);
2626
} else {
2727
throw new ContractException(
28-
"Contract is not active or amount is less than LOL");
28+
"Contract is not active or amount is less than limit of liability");
2929
}
3030
}
3131

0 commit comments

Comments
 (0)