Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / ServiceTimeoutsElement.cs
index 9bd23149f745a5687c022c5dd6711224ae2e32c1..573b1d9a966850338c712d4c8f3487845de917b2 100644 (file)
@@ -29,7 +29,7 @@ namespace System.ServiceModel.Configuration
             base.CopyFrom(from);
 
             ServiceTimeoutsElement source = (ServiceTimeoutsElement)from;
-#pragma warning suppress 56506 //[....]; base.CopyFrom() checks for 'from' being null
+#pragma warning suppress 56506 //Microsoft; base.CopyFrom() checks for 'from' being null
             this.TransactionTimeout = source.TransactionTimeout;
         }