garydgregory commented on code in PR #824:
URL: https://github.com/apache/logging-log4j2/pull/824#discussion_r852942181


##########
log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java:
##########
@@ -179,6 +180,16 @@ default StrSubstitutor getConfigurationStrSubstitutor() {
      */
     AsyncLoggerConfigDelegate getAsyncLoggerConfigDelegate();
 
+    /**
+     * Returns the {@code AsyncWaitStrategyFactory} defined in this 
Configuration;

Review Comment:
   There is no such convention in the JDK, for example in System, we see "Gets" 
for 
https://docs.oracle.com/javase/8/docs/api/java/lang/System.html#getSecurityManager--
 and also "Determines" and "Returns". I just settled on "Gets".



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to