Skip to content

Commit

Permalink
Fix link in Javadoc of PassThroughFilterChain
Browse files Browse the repository at this point in the history
Closes gh-30365
  • Loading branch information
kzander91 authored Apr 23, 2023
1 parent 33b4995 commit 5b2aa0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,7 +29,7 @@
import org.springframework.util.Assert;

/**
* Implementation of the {@link jakarta.servlet.FilterConfig} interface which
* Implementation of the {@link jakarta.servlet.FilterChain} interface which
* simply passes the call through to a given Filter/FilterChain combination
* (indicating the next Filter in the chain along with the FilterChain that it is
* supposed to work on) or to a given Servlet (indicating the end of the chain).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,7 +29,7 @@
import org.springframework.util.Assert;

/**
* Implementation of the {@link jakarta.servlet.FilterConfig} interface which
* Implementation of the {@link jakarta.servlet.FilterChain} interface which
* simply passes the call through to a given Filter/FilterChain combination
* (indicating the next Filter in the chain along with the FilterChain that it is
* supposed to work on) or to a given Servlet (indicating the end of the chain).
Expand Down

0 comments on commit 5b2aa0b

Please sign in to comment.