Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Data / System / Data / Common / UInt64Storage.cs
index 1242f279c0e1c61e13375bf6736bc828036c66f5..b5e6f7b1bc33a53deb755d40e12724ca16f82fa7 100644 (file)
@@ -2,9 +2,9 @@
 // <copyright file="UInt64Storage.cs" company="Microsoft">
 //     Copyright (c) Microsoft Corporation.  All rights reserved.
 // </copyright>
-// <owner current="true" primary="true">[....]</owner>
-// <owner current="true" primary="false">[....]</owner>
-// <owner current="false" primary="false">[....]</owner>
+// <owner current="true" primary="true">Microsoft</owner>
+// <owner current="true" primary="false">Microsoft</owner>
+// <owner current="false" primary="false">Microsoft</owner>
 //------------------------------------------------------------------------------
 
 namespace System.Data.Common {
@@ -15,7 +15,7 @@ namespace System.Data.Common {
 
     internal sealed class UInt64Storage : DataStorage {
 
-        private static readonly UInt64 defaultValue = UInt64.MinValue;
+        private const UInt64 defaultValue = UInt64.MinValue;
 
         private UInt64[] values;