Remove useless empty inheritDoc Javadoc tag

This commit is contained in:
Stéphane Nicoll
2023-12-22 11:23:11 +01:00
parent 12f6330fae
commit cd8bc2f82a
6 changed files with 2 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 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.
@@ -82,9 +82,6 @@ public abstract class InterceptingHttpAccessor extends HttpAccessor {
return this.interceptors;
}
/**
* {@inheritDoc}
*/
@Override
public void setRequestFactory(ClientHttpRequestFactory requestFactory) {
super.setRequestFactory(requestFactory);