Skip to content

Commit

Permalink
Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 21, 2022
1 parent 06e89cb commit 8626140
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -31,11 +31,12 @@
* @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
*/
Expand All @@ -44,7 +45,7 @@ public ServletConfiguration(final Servlet servlet) {
}

/**
* Create a ServletConfiguration using the servlet initialization parameters.
* Creates a ServletConfiguration using the servlet initialization parameters.
*
* @param config the servlet configuration
*/
Expand Down

0 comments on commit 8626140

Please sign in to comment.