Skip to content
Snippets Groups Projects
Commit 4a91d047 authored by Sho SHIMIZU's avatar Sho SHIMIZU
Browse files

Fixed a typo in a javadoc comment.

parent 48b6d3dc
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ public class ICMP extends BasePacket {
}
/**
* @param icmp code to set
* @param icmpCode code to set
*/
public ICMP setIcmpCode(byte icmpCode) {
this.icmpCode = icmpCode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment