Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PongMessage typo and formatting #86

Closed
glassfishrobot opened this issue Jan 3, 2013 · 6 comments
Closed

PongMessage typo and formatting #86

glassfishrobot opened this issue Jan 3, 2013 · 6 comments

Comments

@glassfishrobot
Copy link

Here is a patch

Index: src/main/java/javax/websocket/PongMessage.java

— src/main/java/javax/websocket/PongMessage.java (revision 105)
+++ src/main/java/javax/websocket/PongMessage.java (working copy)
@@ -1,7 +1,7 @@
/*

  • DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    *

    • Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
      • Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
  • The contents of this file are subject to the terms of either the GNU

  • General Public License Version 2 only ("GPL") or the Common Development
    @@ -42,8 +42,9 @@
    import java.nio.ByteBuffer;

/**

    • The PongMessage interface represents a web socket ping. PongMessages may be received by using
    • a MessageHandler.Basic. The payload of the PongMessage is the application data sent by the peer.
      • The PongMessage interface represents a web socket pong. PongMessages may be
      • received by using a {@code MessageHandler.Basic}

    . The payload

      • of the PongMessage is the application data sent by the peer.
  • @author dannycoward

  • @SInCE v008

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by jitu

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Was assigned to dannycoward

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Marked as fixed on Tuesday, January 8th 2013, 4:52:19 pm

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
dannycoward said:
fixed.

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA WEBSOCKET_SPEC-86

@glassfishrobot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant