Sfoglia il codice sorgente

2004-06-10 Atsushi Enomoto <[email protected]>

	* XmlNodeWriter.cs : it's internal.

svn path=/trunk/mcs/; revision=29164
Atsushi Eno 21 anni fa
parent
commit
93ed277f61

+ 4 - 0
mcs/class/System.XML/Mono.Xml/ChangeLog

@@ -1,3 +1,7 @@
+2004-06-10  Atsushi Enomoto <[email protected]>
+
+	* XmlNodeWriter.cs : it's internal.
+
 2003-08-21  Atsushi Enomoto <[email protected]>
 
 	* XmlNodeWriter.cs : Extended to support for non-document entity.

+ 2 - 2
mcs/class/System.XML/Mono.Xml/XmlNodeWriter.cs

@@ -9,9 +9,9 @@
 using System;
 using System.Xml;
 
-namespace Mono.Xml
+namespace System.Xml
 {
-	public class XmlNodeWriter : XmlWriter
+	internal class XmlNodeWriter : XmlWriter
 	{
 		public XmlNodeWriter () : this (true)
 		{