Author: ggregory
Date: Thu Nov 1 01:54:54 2012
New Revision: 1404448
URL: http://svn.apache.org/viewvc?rev=1404448&view=rev
Log:
Javadoc: Use the active voice.
Modified:
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/Configurator.java
Modified:
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/Configurator.java
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/Configurator.java?rev=1404448&r1=1404447&r2=1404448&view=diff
==============================================================================
---
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/Configurator.java
(original)
+++
logging/log4j/log4j2/trunk/core/src/main/java/org/apache/logging/log4j/core/config/Configurator.java
Thu Nov 1 01:54:54 2012
@@ -32,7 +32,7 @@ public final class Configurator {
}
/**
- * Initialize the Logging Context.
+ * Initializes the Logging Context.
* @param name The Context name.
* @param loader The ClassLoader for the Context (or null).
* @param configLocation The configuration for the logging context.
@@ -50,7 +50,7 @@ public final class Configurator {
}
/**
- * Initialize the Logging Context.
+ * Initializes the Logging Context.
* @param name The Context name.
* @param loader The ClassLoader for the Context (or null).
* @param configLocation The configuration for the logging context.
@@ -70,7 +70,7 @@ public final class Configurator {
}
/**
- * Initialize the Logging Context.
+ * Initializes the Logging Context.
* @param loader The ClassLoader for the Context (or null).
* @param source The InputSource for the configuration.
* @return The LoggerContext.