Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / PrivacyNoticeElement.cs
index c8e310db5dcecd3574511059165e5b8dcc455892..bdfdf19f58ec90271b2b90d8af2a396b47405918 100644 (file)
@@ -50,7 +50,7 @@ namespace System.ServiceModel.Configuration
             base.CopyFrom(from);
 
             PrivacyNoticeElement source = (PrivacyNoticeElement) from;
-    #pragma warning suppress 56506 // [....], base.CopyFrom() validates the argument
+    #pragma warning suppress 56506 // Microsoft, base.CopyFrom() validates the argument
             this.Url = source.Url;
             this.Version = source.Version;
         }