You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2013/10/09 19:41:16 UTC

svn commit: r1530727 - /logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.java

Author: ggregory
Date: Wed Oct  9 17:41:16 2013
New Revision: 1530727

URL: http://svn.apache.org/r1530727
Log:
Javadoc: Use the active voice.

Modified:
    logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.java

Modified: logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.java
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.java?rev=1530727&r1=1530726&r2=1530727&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.java (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.java Wed Oct  9 17:41:16 2013
@@ -26,7 +26,7 @@ import org.apache.logging.log4j.core.con
 public class SystemPropertiesLookup implements StrLookup {
 
     /**
-     * Lookup the value for the key.
+     * Looks up the value for the key.
      * @param key  the key to be looked up, may be null
      * @return The value for the key.
      */
@@ -40,7 +40,7 @@ public class SystemPropertiesLookup impl
     }
 
     /**
-     * Lookup the value for the key using the data in the LogEvent.
+     * Looks up the value for the key using the data in the LogEvent.
      * @param event The current LogEvent.
      * @param key  the key to be looked up, may be null
      * @return The value associated with the key.