Skip to content
Snippets Groups Projects
Commit 86d856be authored by abat's avatar abat
Browse files

Merge into master from pull request #4:

Fixed a typo in a javadoc comment. (https://github.com/floodlight/floodlight/pull/4)
parents 44735d97 4a91d047
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