Skip to content

Commit

Permalink
Merge branch '6.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Nov 14, 2023
2 parents 2613dfc + ac235a0 commit e12269e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ private static CachedResult getAttribute(HttpServletRequest request) {
* for a given request identified by dispatcher type and requestURI.
* @since 6.0.14
*/
public final static class CachedResult {
@SuppressWarnings("serial")
public static final class CachedResult {

private final DispatcherType dispatcherType;

Expand Down

0 comments on commit e12269e

Please sign in to comment.