Skip to content

Commit 1265ee2

Browse files
author
Sean Foley
committed
improve javadoc
1 parent e7c1f40 commit 1265ee2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

IPAddress/src/inet.ipaddr/inet/ipaddr/IPAddress.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public abstract class IPAddress extends Address implements IPAddressSegmentSerie
9898
private static final long serialVersionUID = 4L;
9999

100100
/**
101+
* @custom.core
101102
* @author sfoley
102103
*
103104
*/
@@ -1643,6 +1644,7 @@ protected static List<IPAddressSegmentSeries> getMergedPrefixBlocks(IPAddressSeg
16431644

16441645
/**
16451646
* @custom.core
1647+
* @author sfoley
16461648
*/
16471649
public static class DualIPv4Pv6Arrays {
16481650
public final IPv4Address addressesIPv4[];

IPAddress/src/inet.ipaddr/inet/ipaddr/ipv4/IPv4Address.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,7 @@ public static String toNormalizedString(IPv4AddressNetwork network, SegmentValue
13181318
}
13191319

13201320
/**
1321+
* @custom.core
13211322
* @author sfoley
13221323
*
13231324
*/

0 commit comments

Comments
 (0)