Skip to content

Commit

Permalink
javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed May 25, 2024
1 parent 91d2840 commit 4cc2298
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
public class MappedServlet<T extends Servlet> extends MappedWebArtifact<T> {

/**
* Creates a builder of a configuration of a "static" MappedServlet that will act as a web server for static
* files located on classpath or in an external folder.
* Starts a builder of a "static" MappedServlet that will act as a web server for a given folder located on
* classpath or the filesystem.
*
* @since 3.0
*/
Expand Down

0 comments on commit 4cc2298

Please sign in to comment.