File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
src/main/java/com/centralnicreseller/apiconnector Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 44import java .util .List ;
55
66/**
7- * This class provides methods to convert domain names between their ASCII (Punycode)
8- * and Unicode representations using the IDNA standard.
7+ * Utility class for processing domain names using the IDNA protocol.
8+ * IDNAConverter.java.
9+ *
10+ * @author Asif Nawaz
11+ * @version %I%, %G%
12+ * @since 5.0
913 */
1014public class IDNAConverter {
1115 /**
Original file line number Diff line number Diff line change 66import com .ibm .icu .text .IDNA .Info ;
77
88/**
9- * IDNA processing utility class.
9+ * Utility class for processing domain names using the IDNA protocol.
10+ * IDNAProcessor.java.
11+ *
12+ * @author Asif Nawaz
13+ * @version %I%, %G%
14+ * @since 5.0
1015 */
1116public final class IDNAProcessor {
1217
Original file line number Diff line number Diff line change 99 * @version %I%, %G%
1010 * @since 3.2
1111 */
12- /**
13- * Default constructor for Logger class.
14- */
1512public class Logger {
1613 /**
1714 * log incoming data
You can’t perform that action at this time.
0 commit comments