Author: nicko
Date: Wed Dec 14 09:56:33 2005
New Revision: 356819

URL: http://svn.apache.org/viewcvs?rev=356819&view=rev
Log:
Reverted changes made as the SVN version of Mono has been updated to support 
these constructs that are supported by the MS platforms.

Modified:
    logging/log4net/trunk/src/Appender/LocalSyslogAppender.cs
    logging/log4net/trunk/src/Util/PropertiesDictionary.cs
    logging/log4net/trunk/src/Util/ReadOnlyPropertiesDictionary.cs

Modified: logging/log4net/trunk/src/Appender/LocalSyslogAppender.cs
URL: 
http://svn.apache.org/viewcvs/logging/log4net/trunk/src/Appender/LocalSyslogAppender.cs?rev=356819&r1=356818&r2=356819&view=diff
==============================================================================
--- logging/log4net/trunk/src/Appender/LocalSyslogAppender.cs (original)
+++ logging/log4net/trunk/src/Appender/LocalSyslogAppender.cs Wed Dec 14 
09:56:33 2005
@@ -126,7 +126,7 @@
                /// <remarks>
                /// <para>
                /// The syslog facility defines which subsystem the logging 
comes from.
-               /// This is set on the <see 
cref="LocalSyslogAppender.Facility"/> property.
+               /// This is set on the <see cref="Facility"/> property.
                /// </para>
                /// </remarks>
                public enum SyslogFacility

Modified: logging/log4net/trunk/src/Util/PropertiesDictionary.cs
URL: 
http://svn.apache.org/viewcvs/logging/log4net/trunk/src/Util/PropertiesDictionary.cs?rev=356819&r1=356818&r2=356819&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/PropertiesDictionary.cs (original)
+++ logging/log4net/trunk/src/Util/PropertiesDictionary.cs Wed Dec 14 09:56:33 
2005
@@ -231,7 +231,7 @@
                }
 
                /// <summary>
-               /// See <see cref="IDictionary"/> indexer property.
+               /// See <see cref="IDictionary.this"/>
                /// </summary>
                /// <value>
                /// The value for the key specified.

Modified: logging/log4net/trunk/src/Util/ReadOnlyPropertiesDictionary.cs
URL: 
http://svn.apache.org/viewcvs/logging/log4net/trunk/src/Util/ReadOnlyPropertiesDictionary.cs?rev=356819&r1=356818&r2=356819&view=diff
==============================================================================
--- logging/log4net/trunk/src/Util/ReadOnlyPropertiesDictionary.cs (original)
+++ logging/log4net/trunk/src/Util/ReadOnlyPropertiesDictionary.cs Wed Dec 14 
09:56:33 2005
@@ -281,7 +281,7 @@
                }
 
                /// <summary>
-               /// See <see cref="IDictionary"/> indexer property.
+               /// See <see cref="IDictionary.this[object]"/>
                /// </summary>
                object IDictionary.this[object key]
                {


Reply via email to