Skip to content

Commit 2cbec1f

Browse files
Reflow CopilotWebSocketForwarder javadoc to satisfy Spotless
The handler rename shortened a javadoc line, so Spotless' wrapping no longer matched. Ran spotless:apply (javadoc reflow only, no semantic change). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f086ca0 commit 2cbec1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

java/src/main/java/com/github/copilot/CopilotWebSocketForwarder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
import java.util.concurrent.CompletionStage;
1616

1717
/**
18-
* The default pass-through {@link CopilotWebSocketHandler}: it dials the
19-
* real upstream using {@link java.net.http.WebSocket} and relays
20-
* upstream-to-runtime messages into the runtime response unchanged.
18+
* The default pass-through {@link CopilotWebSocketHandler}: it dials the real
19+
* upstream using {@link java.net.http.WebSocket} and relays upstream-to-runtime
20+
* messages into the runtime response unchanged.
2121
* <p>
2222
* Subclass and override {@link #sendRequestMessage} or
2323
* {@link #sendResponseMessage} (calling {@code super}) to observe, transform,

0 commit comments

Comments
 (0)