Skip to content

Commit

Permalink
Fixed javadoc for FkRegexTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reiche committed Jun 27, 2019
1 parent 572f12e commit 2ebc39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/takes/facets/fork/FkRegexTest.java
Expand Up @@ -62,7 +62,7 @@ public void matchesByRegularExpression() throws Exception {
}

/**
* FkRegex can remove trailing slash from URI.
* FkRegex can remove trailing slash from URI (default).
* @throws Exception If some problem inside
*/
@Test
Expand All @@ -76,7 +76,7 @@ public void removesTrailingSlash() throws Exception {
}

/**
* FkRegex can remove trailing slash from URI.
* FkRegex can keep trailing slash from URI.
* @throws Exception If some problem inside
*/
@Test
Expand Down

0 comments on commit 2ebc39e

Please sign in to comment.