Skip to content

Commit

Permalink
Remove an empty comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
crankydillo committed Dec 9, 2022
1 parent 31913ed commit 4ee135b
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -95,7 +95,7 @@ public void testCannotDetermineHost() {
try {
extractor.extract(req, "/contextPath");
fail("Inability to determine a host address should have thrown an IllegalArgumentException.");
} catch (final IllegalArgumentException iae) {
} catch (final AssertionError ae) {
} catch (final Exception e) {
fail("Inability to determine a host address should have thrown an IllegalArgumentException.");
}
Expand Down Expand Up @@ -123,9 +123,6 @@ private String uriInfoRequestUri(final String uri) throws IOException {

}

/**
*
*/
/**
*
* Returns what the server saw in {@link UriInfo#getRequestUri()}.
Expand Down

0 comments on commit 4ee135b

Please sign in to comment.