Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jan 18, 2024
1 parent f907016 commit 66bf59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Platform.Data.Doublets.Json/DefaultJsonStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public DefaultJsonStorage(ILinks<TLinkAddress> links, IConverter<IList<TLinkAddr
new(Links, new DefaultStack<TLinkAddress>(), unicodeSymbolCriterionMatcher.IsMatched);
UnicodeSequenceToStringConverter = new CachingConverterDecorator<TLinkAddress, string>(
new UnicodeSequenceToStringConverter<TLinkAddress>(Links, unicodeSequenceCriterionMatcher, sequenceWalker,
unicodeSymbolToCharConverter));
unicodeSymbolToCharConverter, unicodeSequenceType));
BigIntegerToRawNumberSequenceConverter =
new(links, AddressToNumberConverter, ListToSequenceConverter, NegativeNumberType);
RawNumberSequenceToBigIntegerConverter = new(links, NumberToAddressConverter, NegativeNumberType);
Expand Down

0 comments on commit 66bf59e

Please sign in to comment.