Skip to content

Commit 4e03546

Browse files
authored
Make the interface IDeepCloneable internal to minimize confusion (#25552)
1 parent 625da6f commit 4e03546

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Microsoft.Management.UI.Internal/ManagementList/FilterCore/IDeepCloneable.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ namespace Microsoft.Management.UI.Internal
66
/// <summary>
77
/// Defines a generalized method for creating a deep copy of an instance.
88
/// </summary>
9-
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.MSInternal", "CA903:InternalNamespaceShouldNotContainPublicTypes")]
10-
public interface IDeepCloneable
9+
internal interface IDeepCloneable
1110
{
1211
/// <summary>
1312
/// Creates a deep copy of the current instance.

0 commit comments

Comments
 (0)