Skip to content

Commit

Permalink
Author 修改
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangsenwei committed Oct 13, 2021
1 parent a7bafda commit 45d65ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
import java.net.*;
import java.util.List;

/**
* @author JiangZhenli
*/

/**
* @author JiangZhenli
Expand Down
10 changes: 9 additions & 1 deletion src/main/java/classicstun/message/attributes/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
import org.slf4j.LoggerFactory;

/**
* @author JiangSenwei
* @author JiangZhenli
*
* 0 1 2 3
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
* | 0 |Class| Number |
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
* | Reason Phrase (variable) ..
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/
public class ErrorCode extends MessageAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.slf4j.LoggerFactory;

/**
* @author JiangSenwei
* @author JiangZhenli
*/
public class MessageIntegrity extends MessageAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.slf4j.LoggerFactory;

/**
* @author JiangSenwei
* @author JiangZhenli
*/
public class UnknowAttribute extends MessageAttribute {

Expand Down

0 comments on commit 45d65ae

Please sign in to comment.