Add attr-only patch without body modification

This commit is contained in:
Aleksey Kravchenko 2025-03-28 09:24:44 +03:00
parent 7c66b4cbe2
commit e179c32a3c
3 changed files with 104 additions and 81 deletions

View file

@ -22,7 +22,7 @@ public class FrostFsSplit(SplitId splitId,
public FrostFsObjectId? Previous { get; } = previous;
public FrostFsObjectId? Parent { get; } = parent;
public FrostFsObjectId? Parent { get; internal set; } = parent;
public FrostFsSignature? ParentSignature { get; } = parentSignature;