aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Link/ConnectToFeature.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Link/ConnectToFeature.cs')
-rw-r--r--src/WixToolset.Core/Link/ConnectToFeature.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Link/ConnectToFeature.cs b/src/WixToolset.Core/Link/ConnectToFeature.cs
index bc85426a..dd95f2db 100644
--- a/src/WixToolset.Core/Link/ConnectToFeature.cs
+++ b/src/WixToolset.Core/Link/ConnectToFeature.cs
@@ -1,6 +1,6 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset.Link 3namespace WixToolset.Core.Link
4{ 4{
5 using System.Collections.Generic; 5 using System.Collections.Generic;
6 using WixToolset.Data; 6 using WixToolset.Data;
@@ -8,7 +8,7 @@ namespace WixToolset.Link
8 /// <summary> 8 /// <summary>
9 /// Object that connects things (components/modules) to features. 9 /// Object that connects things (components/modules) to features.
10 /// </summary> 10 /// </summary>
11 public sealed class ConnectToFeature 11 internal class ConnectToFeature
12 { 12 {
13 /// <summary> 13 /// <summary>
14 /// Creates a new connect to feature. 14 /// Creates a new connect to feature.