Skip to content

Commit 315be2d

Browse files
committed
Remove redundant JavaDoc line
Remove an extraneous '*' line in the JavaDoc for CompositedRequestInterceptor.apply to clean up formatting and improve documentation clarity.
1 parent dbb4d67 commit 315be2d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

microsphere-spring-cloud-openfeign/src/main/java/io/microsphere/spring/cloud/openfeign/components/CompositedRequestInterceptor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public Set<RequestInterceptor> getRequestInterceptors() {
6767
/**
6868
* Applies all registered {@link RequestInterceptor} instances to the given
6969
* {@link RequestTemplate} in order.
70-
*
7170
* <p>Example Usage:
7271
* <pre>{@code
7372
* RequestTemplate template = new RequestTemplate();

0 commit comments

Comments
 (0)