Remove Eclipse Non-Javadoc comments.

Closes #2093
This commit is contained in:
Jens Schauder
2022-01-05 13:39:47 +01:00
parent e912907ec0
commit ee317f1b91
115 changed files with 0 additions and 1571 deletions

View File

@@ -337,10 +337,6 @@ class RepositoryRestHandlerMappingUnitTests {
return super.isHandler(beanType);
}
/*
* (non-Javadoc)
* @see org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping#getHandlerInternal(jakarta.servlet.http.HttpServletRequest)
*/
@Override
public HandlerMethod getHandlerInternal(HttpServletRequest request) throws Exception {
return super.getHandlerInternal(request);

View File

@@ -73,10 +73,6 @@ class RootResourceInformationUnitTests {
private static final Answer<Object> DEFAULT = Mockito.RETURNS_DEFAULTS;
/*
* (non-Javadoc)
* @see org.mockito.stubbing.Answer#answer(org.mockito.invocation.InvocationOnMock)
*/
@Override
public Object answer(InvocationOnMock invocation) throws Throwable {

View File

@@ -788,10 +788,6 @@ class DomainObjectReaderUnitTests {
private final Map<? extends Object, T> values;
/*
* (non-Javadoc)
* @see com.fasterxml.jackson.databind.JsonDeserializer#deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext)
*/
@Override
public T deserialize(JsonParser p, DeserializationContext ctxt) throws IOException, JsonProcessingException {

View File

@@ -317,10 +317,6 @@ class PersistentEntityJackson2ModuleUnitTests {
super(CustomType.class);
}
/*
* (non-Javadoc)
* @see com.fasterxml.jackson.databind.ser.std.StdSerializer#serialize(java.lang.Object, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider)
*/
@Override
public void serialize(CustomType value, JsonGenerator gen, SerializerProvider provider) throws IOException {