Fix Javadoc tag order
Issue gh-1946
This commit is contained in:
@@ -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