erikmav commented on code in PR #123:
URL: https://github.com/apache/logging-log4net/pull/123#discussion_r1523826184


##########
src/log4net/Repository/Hierarchy/Logger.cs:
##########
@@ -329,12 +306,12 @@ public virtual void RemoveAllAppenders()
     /// <see cref="IAppender.Close"/> on the appender removed.
     /// </para>
     /// </remarks>
-    public virtual IAppender RemoveAppender(IAppender appender) 
+    public virtual IAppender? RemoveAppender(IAppender? appender) 

Review Comment:
   I show it covered from existing LoggerTest class



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to