Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Dec 21, 2019
1 parent e70ec3a commit bae496e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/src/main/asciidoc/WebSocket.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ For example,
[source,java]
@ServerEndpoint("/bookings/{guest-id}")
public class BookingServer {

@OnMessage
public void processBookingRequest(
@PathParam("guest-id") String guestID,
Expand Down

0 comments on commit bae496e

Please sign in to comment.