Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.WorkflowServices / System / ServiceModel / WorkflowServiceHost.cs
index 87b3b237840104356f0508914c48fa64ae37f427..f4610d89c99a3dab75d720a711ecd8451083d8f8 100644 (file)
@@ -64,7 +64,7 @@ namespace System.ServiceModel
         // Based on prior art from WCF:
         // ServiceModel.lst:System.ServiceModel.ServiceHost..ctor(System.Object,System.Uri[])
         // |DoNotCallOverridableMethodsInConstructors
-        // |[....]|By design, don't want to complicate ServiceHost state model
+        // |Microsoft|By design, don't want to complicate ServiceHost state model
         [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
         internal WorkflowServiceHost(WorkflowDefinitionContext workflowDefinitionContext, params Uri[] baseAddress)
             : base()