Skip to content

Commit ed8d5f0

Browse files
committed
Update comments
1 parent 699a54a commit ed8d5f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/src/main/java/com/cloud/utils/net/NetworkProtocols.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public static Option getOption(String value) {
190190
ProtocolNumbers.add(new ProtocolNumber(145, "NSH", "Network Service Header"));
191191
}
192192
/**
193-
* Different types of ICMP.
193+
* Different Internet Protocol Numbers.
194194
*/
195195
public static class ProtocolNumber {
196196

@@ -238,7 +238,7 @@ public String getProtocol() {
238238
}
239239

240240
/**
241-
* Different types of ICMP.
241+
* Different types of ICMP (Internet Control Message Protocol).
242242
*/
243243
public static class IcmpType {
244244

@@ -333,7 +333,7 @@ public static boolean validateIcmpTypeAndCode(Integer type, Integer code) {
333333
}
334334

335335
/**
336-
* Different codes of ICMP.
336+
* Code field of ICMP types.
337337
*/
338338
public static class IcmpCode {
339339

0 commit comments

Comments
 (0)