Fix typo in HttpExchangeAdapterDecorator Javadoc

Closes gh-36433

Signed-off-by: jun <ryuu.public@gmail.com>
This commit is contained in:
조형준
2026-03-09 14:46:20 +01:00
committed by GitHub
parent 1219943e73
commit 1203ace285
@@ -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;