Skip to content

Commit 800e7b1

Browse files
committed
Update API Verify list
1 parent b1daa66 commit 800e7b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/Akka.API.Tests/CoreAPISpec.ApprovePersistenceSqlCommon.verified.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ namespace Akka.Persistence.Sql.Common.Journal
221221
public readonly System.TimeSpan Timeout;
222222
public readonly string TimestampColumnName;
223223
public QueryConfiguration(string schemaName, string journalEventsTableName, string metaTableName, string persistenceIdColumnName, string sequenceNrColumnName, string payloadColumnName, string manifestColumnName, string timestampColumnName, string isDeletedColumnName, string tagsColumnName, string orderingColumnName, string serializerIdColumnName, System.TimeSpan timeout, string defaultSerializer, bool useSequentialAccess) { }
224-
[System.ObsoleteAttribute("This property will always return null")]
224+
[System.ObsoleteAttribute("This property should never be used, use the default `System.Object` serializer in" +
225+
"stead")]
225226
public string DefaultSerializer { get; }
226227
public string FullJournalTableName { get; }
227228
public string FullMetaTableName { get; }

0 commit comments

Comments
 (0)