You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/extensions/VersionedRecordExtension.java
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ public Consumer<StaticTableMetadata.Builder> modifyMetadata(String attributeName
122
122
Validate.isNotNegativeOrNull(startAt, "startAt");
123
123
124
124
if (incrementBy != null && incrementBy < 1) {
125
-
thrownewIllegalArgumentException("IncrementBy must be greater than 0.");
125
+
thrownewIllegalArgumentException("incrementBy must be greater than 0.");
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/extensions/VersionedRecordExtensionTest.java
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -606,6 +606,34 @@ public void versionOverflowThrowsException() {
0 commit comments