Remove duplicated "the" in Javadocs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017-2023 the original author or authors.
|
||||
* Copyright 2017-2024 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.
|
||||
@@ -350,7 +350,7 @@ public abstract class HttpInboundEndpointSupportSpec<S extends HttpInboundEndpoi
|
||||
|
||||
/**
|
||||
* The consumable media types of the mapped request, narrowing the primary mapping.
|
||||
* @param consumes the the media types for {@code Content-Type} header.
|
||||
* @param consumes the media types for {@code Content-Type} header.
|
||||
* @return the spec
|
||||
*/
|
||||
public RequestMappingSpec consumes(String... consumes) {
|
||||
|
||||
Reference in New Issue
Block a user