Skip to content

Commit 65c5aaf

Browse files
authored
refactor(SE): make TODO good
1 parent bd49ea1 commit 65c5aaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/src/ConfigToInfo.dfy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ module SearchConfigToInfo {
131131
&& output.error.DynamoDbEncryptionException?
132132
&& output.error.message == "Searchable Encryption does not support the Shared Cache type at this time."
133133
{
134-
// TODO-FutureCleanUp : It is not-good that the MPL is initialized here;
134+
// TODO-FutureCleanUp : https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1510
135+
// It is not-good that the MPL is initialized here;
135136
// The MPL has a config object that could hold customer intent that affects behavior.
136137
// Today, it does not. But tomorrow?
137138
var mplR := MaterialProviders.MaterialProviders();

0 commit comments

Comments
 (0)