Fix Javadoc tag order
Issue gh-1946
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user