Add attr-only patch without body modification
This commit is contained in:
parent
7c66b4cbe2
commit
e179c32a3c
3 changed files with 104 additions and 81 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue