mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
Fix typo in HttpExchangeAdapterDecorator Javadoc
Closes gh-36433 Signed-off-by: jun <ryuu.public@gmail.com>
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ public class HttpExchangeAdapterDecorator implements HttpExchangeAdapter {
|
||||
|
||||
|
||||
/**
|
||||
* Return the wrapped delgate {@code HttpExchangeAdapter}.
|
||||
* Return the wrapped delegate {@code HttpExchangeAdapter}.
|
||||
*/
|
||||
public HttpExchangeAdapter getHttpExchangeAdapter() {
|
||||
return this.delegate;
|
||||
|
||||
Reference in New Issue
Block a user