Update exception msg
This commit is contained in:
parent
bdf019748f
commit
e2a1d71053
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ public interface LeaseSerializer {
|
||||||
* @return the attribute value map asserting that a lease does exist.
|
* @return the attribute value map asserting that a lease does exist.
|
||||||
*/
|
*/
|
||||||
default Map<String, ExpectedAttributeValue> getDynamoExistantExpectation() {
|
default Map<String, ExpectedAttributeValue> getDynamoExistantExpectation() {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException("DynamoExistantExpectation is not implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue