Skip to content

Commit 51b8bae

Browse files
author
Paul Rayner
authored
Merge pull request #2 from biju74nair/refactored
changed lol
2 parents 04c0088 + f0fe705 commit 51b8bae

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)