Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Data.Entity / System / Data / SqlClient / SqlGen / SqlGenerator.cs
index b09cca657435426ac0e2be61dcf07d98f1cd11a1..2547d7bd2b2c3fd00308a8511338a9512dbfdbe0 100644 (file)
@@ -3,8 +3,8 @@
 //      Copyright (c) Microsoft Corporation.  All rights reserved.
 // </copyright>
 //
-// @owner  [....]
-// @backupOwner [....]
+// @owner  Microsoft
+// @backupOwner Microsoft
 //---------------------------------------------------------------------
 
 namespace System.Data.SqlClient.SqlGen
@@ -2495,7 +2495,7 @@ namespace System.Data.SqlClient.SqlGen
 
             //Create the resulting statement 
             //See CreateNewSelectStatement, it is very similar
-            //Future Enhancement ([....]): Refactor to avoid duplication with CreateNewSelectStatement if we 
+            //Future Enhancement (Microsoft): Refactor to avoid duplication with CreateNewSelectStatement if we 
             // don't switch to using ExtensionExpression here
             SqlSelectStatement result = new SqlSelectStatement();
             result.From.Append("( ");