Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / mscorlib / system / reflection / reflectiontypeloadexception.cs
index 07baefda606c4d7f452785a93b51ce6e4414a249..df95e64a25c13b7f0cd8f06e423d23b4dbc2a88c 100644 (file)
@@ -8,7 +8,7 @@
 //
 // ReflectionTypeLoadException is thrown when multiple TypeLoadExceptions may occur.  
 // 
-// <OWNER>[....]</OWNER>
+// <OWNER>Microsoft</OWNER>
 //  Specifically, when you call Module.GetTypes() this causes multiple class loads to occur.
 //  If there are failures, we continue to load classes and build an array of the successfully
 //  loaded classes.  We also build an array of the errors that occur.  Then we throw this exception