Javadoc fix

This commit is contained in:
Joakim Erdfelt 2015-11-02 13:34:40 -07:00
parent 60ed6cd143
commit 2235eab93c
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ public class ServletMapping
/* ------------------------------------------------------------ */
/** Test if the list of path specs contains a particular one.
* @param pathSpec
* @return
* @param pathSpec the path spec
* @return true if path spec matches something in mappings
*/
public boolean containsPathSpec (String pathSpec)
{