Skip to content

Commit

Permalink
Restore DeepClone to internal protection level
Browse files Browse the repository at this point in the history
Was made public as part of testing ResXFileRef changes, but shouldn't be public for release
  • Loading branch information
farlee2121 committed Dec 3, 2023
1 parent f5caaa9 commit e7de83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System.Resources.NetStandard/ResXDataNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private ResXDataNode()
{
}

public ResXDataNode DeepClone()
internal ResXDataNode DeepClone()
{
return new ResXDataNode
{
Expand Down

0 comments on commit e7de83d

Please sign in to comment.