Remove unnecessary non-Javadoc keyword
Issue gh-1946
This commit is contained in:
@@ -88,8 +88,6 @@ public class DefaultCookieSerializer implements CookieSerializer {
|
|||||||
private String sameSite = "Lax";
|
private String sameSite = "Lax";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (non-Javadoc)
|
|
||||||
*
|
|
||||||
* @see org.springframework.session.web.http.CookieSerializer#readCookieValues(javax.
|
* @see org.springframework.session.web.http.CookieSerializer#readCookieValues(javax.
|
||||||
* servlet.http.HttpServletRequest)
|
* servlet.http.HttpServletRequest)
|
||||||
*/
|
*/
|
||||||
@@ -115,8 +113,6 @@ public class DefaultCookieSerializer implements CookieSerializer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (non-Javadoc)
|
|
||||||
*
|
|
||||||
* @see org.springframework.session.web.http.CookieWriter#writeCookieValue(org.
|
* @see org.springframework.session.web.http.CookieWriter#writeCookieValue(org.
|
||||||
* springframework.session.web.http.CookieWriter.CookieValue)
|
* springframework.session.web.http.CookieWriter.CookieValue)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -51,8 +51,6 @@ public class SessionEventHttpSessionListenerAdapter
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (non-Javadoc)
|
|
||||||
*
|
|
||||||
* @see org.springframework.context.ApplicationListener#onApplicationEvent(org.
|
* @see org.springframework.context.ApplicationListener#onApplicationEvent(org.
|
||||||
* springframework.context.ApplicationEvent)
|
* springframework.context.ApplicationEvent)
|
||||||
*/
|
*/
|
||||||
@@ -81,8 +79,6 @@ public class SessionEventHttpSessionListenerAdapter
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (non-Javadoc)
|
|
||||||
*
|
|
||||||
* @see
|
* @see
|
||||||
* org.springframework.web.context.ServletContextAware#setServletContext(javax.servlet
|
* org.springframework.web.context.ServletContextAware#setServletContext(javax.servlet
|
||||||
* .ServletContext)
|
* .ServletContext)
|
||||||
|
|||||||
@@ -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");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -46,8 +46,6 @@ public class ConfigureNotifyKeyspaceEventsAction implements ConfigureRedisAction
|
|||||||
static final String CONFIG_NOTIFY_KEYSPACE_EVENTS = "notify-keyspace-events";
|
static final String CONFIG_NOTIFY_KEYSPACE_EVENTS = "notify-keyspace-events";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (non-Javadoc)
|
|
||||||
*
|
|
||||||
* @see
|
* @see
|
||||||
* org.springframework.session.data.redis.config.ConfigureRedisAction#configure(org.
|
* org.springframework.session.data.redis.config.ConfigureRedisAction#configure(org.
|
||||||
* springframework.data.redis.connection.RedisConnection)
|
* springframework.data.redis.connection.RedisConnection)
|
||||||
|
|||||||
@@ -75,8 +75,6 @@ public abstract class AbstractHttpSessionListenerTests {
|
|||||||
private SessionDestroyedEvent event;
|
private SessionDestroyedEvent event;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (non-Javadoc)
|
|
||||||
*
|
|
||||||
* @see org.springframework.context.ApplicationListener#onApplicationEvent(org.
|
* @see org.springframework.context.ApplicationListener#onApplicationEvent(org.
|
||||||
* springframework.context.ApplicationEvent)
|
* springframework.context.ApplicationEvent)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@@ -75,8 +75,6 @@ public abstract class AbstractHttpSessionListenerTests {
|
|||||||
private SessionDestroyedEvent event;
|
private SessionDestroyedEvent event;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (non-Javadoc)
|
|
||||||
*
|
|
||||||
* @see org.springframework.context.ApplicationListener#onApplicationEvent(org.
|
* @see org.springframework.context.ApplicationListener#onApplicationEvent(org.
|
||||||
* springframework.context.ApplicationEvent)
|
* springframework.context.ApplicationEvent)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -49,8 +49,6 @@ public class SessionConfig implements BeanClassLoaderAware {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (non-Javadoc)
|
|
||||||
*
|
|
||||||
* @see
|
* @see
|
||||||
* org.springframework.beans.factory.BeanClassLoaderAware#setBeanClassLoader(java.lang
|
* org.springframework.beans.factory.BeanClassLoaderAware#setBeanClassLoader(java.lang
|
||||||
* .ClassLoader)
|
* .ClassLoader)
|
||||||
|
|||||||
@@ -44,8 +44,6 @@ public class UserRepositoryUserDetailsService implements UserDetailsService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (non-Javadoc)
|
|
||||||
*
|
|
||||||
* @see
|
* @see
|
||||||
* org.springframework.security.core.userdetails.UserDetailsService#loadUserByUsername
|
* org.springframework.security.core.userdetails.UserDetailsService#loadUserByUsername
|
||||||
* (java.lang.String)
|
* (java.lang.String)
|
||||||
|
|||||||
Reference in New Issue
Block a user