source:
src/main/java/bargainingchips/protocol/ValidationFailure.java@
341
Last change on this file since 341 was 326, checked in by , 5 years ago | |
---|---|
File size: 235 bytes |
Rev | Line | |
---|---|---|
[319] | 1 | package bargainingchips.protocol; |
2 | /** | |
3 | * The offer was NOT valid and the negotiation is still ongoing | |
4 | */ | |
5 | public class ValidationFailure extends ValidationResult | |
6 | { | |
7 | public ValidationFailure() | |
8 | { | |
[326] | 9 | super(false, null); |
[319] | 10 | } |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.