json/src/main/java/org/netbeans/html/json/impl/RcvrJSON.java
changeset 790 30f20d9c0986
parent 551 7ca2253fa86d
child 1057 b547f8f663f5
     1.1 --- a/json/src/main/java/org/netbeans/html/json/impl/RcvrJSON.java	Fri Feb 07 07:44:34 2014 +0100
     1.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/RcvrJSON.java	Sat Aug 02 12:59:31 2014 +0200
     1.3 @@ -47,7 +47,7 @@
     1.4  
     1.5  /** Super type for those who wish to receive JSON messages.
     1.6   *
     1.7 - * @author Jaroslav Tulach <jtulach@netbeans.org>
     1.8 + * @author Jaroslav Tulach
     1.9   */
    1.10  public abstract class RcvrJSON {
    1.11      protected void onOpen(MsgEvnt msg) {}