You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/05/21 15:44:31 UTC

[commons-configuration] 04/04: Javadoc.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git

commit 8626140d882437edc8b9df5ea0945310d06a35a5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat May 21 11:44:22 2022 -0400

    Javadoc.
---
 .../org/apache/commons/configuration2/web/ServletConfiguration.java  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/configuration2/web/ServletConfiguration.java b/src/main/java/org/apache/commons/configuration2/web/ServletConfiguration.java
index d73d2059..e0deedb8 100644
--- a/src/main/java/org/apache/commons/configuration2/web/ServletConfiguration.java
+++ b/src/main/java/org/apache/commons/configuration2/web/ServletConfiguration.java
@@ -31,11 +31,12 @@ import javax.servlet.ServletConfig;
  * @since 1.1
  */
 public class ServletConfiguration extends BaseWebConfiguration {
+
     /** Stores a reference to the wrapped {@code ServletConfig}. */
     protected ServletConfig config;
 
     /**
-     * Create a ServletConfiguration using the initialization parameter of the specified servlet.
+     * Creates a ServletConfiguration using the initialization parameter of the specified servlet.
      *
      * @param servlet the servlet
      */
@@ -44,7 +45,7 @@ public class ServletConfiguration extends BaseWebConfiguration {
     }
 
     /**
-     * Create a ServletConfiguration using the servlet initialization parameters.
+     * Creates a ServletConfiguration using the servlet initialization parameters.
      *
      * @param config the servlet configuration
      */