Skip to content

Commit

Permalink
formatting...
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Nov 21, 2024
1 parent 06cda58 commit 5289f34
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
import akka.javasdk.Tracing;

/**
* Not for user extension, can be injected as constructor parameter into HTTP endpoint components or accessible from
* {@link AbstractHttpEndpoint#requestContext()} if the endpoint class extends `AbstractHttpEndpoint`.
* Not for user extension, can be injected as constructor parameter into HTTP endpoint components or
* accessible from {@link AbstractHttpEndpoint#requestContext()} if the endpoint class extends
* `AbstractHttpEndpoint`.
*/
@DoNotInherit
public interface RequestContext extends Context {
Expand Down

0 comments on commit 5289f34

Please sign in to comment.