Skip to content

Commit d302c63

Browse files
committed
Minor javadoc fix
1 parent 9103adb commit d302c63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/edu/stanford/nlp/naturalli/demo/CORSFilter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,6 @@ public void handleNonCORS(final HttpServletRequest request,
449449
* The {@link HttpServletResponse} object.
450450
* @param filterChain
451451
* The {@link FilterChain} object.
452-
* @throws IOException
453-
* @throws ServletException
454452
*/
455453
public void handleInvalidCORS(final HttpServletRequest request,
456454
final HttpServletResponse response, final FilterChain filterChain) {

0 commit comments

Comments
 (0)