Fix Javadoc tag order

Issue gh-1946
This commit is contained in:
Eleftheria Stein
2021-11-09 14:18:32 +01:00
parent ea1c619918
commit b4bbbe8bd6
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2019 the original author or authors.
* Copyright 2014-2021 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.
@@ -72,10 +72,10 @@ import org.springframework.session.SessionRepository;
* </p>
*
* @param <S> the {@link Session} type.
* @since 1.0
* @author Rob Winch
* @author Vedran Pavic
* @author Josh Cummings
* @since 1.0
*/
@Order(SessionRepositoryFilter.DEFAULT_ORDER)
public class SessionRepositoryFilter<S extends Session> extends OncePerRequestFilter {

View File

@@ -76,8 +76,8 @@ import org.springframework.util.StringValueResolver;
* @author Rob Winch
* @author Eddú Meléndez
* @author Vedran Pavic
* @see EnableRedisHttpSession
* @since 1.0
* @see EnableRedisHttpSession
*/
@Configuration(proxyBeanMethods = false)
public class RedisHttpSessionConfiguration extends SpringHttpSessionConfiguration

View File

@@ -54,8 +54,8 @@ import org.springframework.web.server.session.WebSessionManager;
* Bean.
*
* @author Vedran Pavic
* @see EnableRedisWebSession
* @since 2.0.0
* @see EnableRedisWebSession
*/
@Configuration(proxyBeanMethods = false)
public class RedisWebSessionConfiguration extends SpringWebSessionConfiguration