Skip to content

Commit

Permalink
[ci skip] Fix Javadocs of CookieRequestEvent (PaperMC#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luccboy authored May 30, 2024
1 parent 07f1f9e commit 46cf9be
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
import net.kyori.adventure.key.Key;

/**
* This event is fired when a cookie is requested from a client either by a proxy plugin or
* This event is fired when a cookie from a client is requested either by a proxy plugin or
* by a backend server. Velocity will wait on this event to finish firing before discarding the
* received cookie (if handled) or forwarding it to the backend server.
* cookie request (if handled) or forwarding it to the client.
*/
@AwaitingEvent
public final class CookieRequestEvent implements ResultedEvent<CookieRequestEvent.ForwardResult> {
Expand Down Expand Up @@ -113,7 +113,7 @@ public static ForwardResult handled() {
}

/**
* Allows the cookie response to be forwarded to the client, but silently replaces the
* Allows the cookie request to be forwarded to the client, but silently replaces the
* identifier of the cookie with another.
*
* @param key the identifier to use instead
Expand Down

0 comments on commit 46cf9be

Please sign in to comment.