Skip to content

Commit 37187dc

Browse files
chore(f): f
1 parent 35aed82 commit 37187dc

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

src/main/java/com/centralnicreseller/apiconnector/IDNAConverter.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
import 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
*/
1014
public class IDNAConverter {
1115
/**

src/main/java/com/centralnicreseller/apiconnector/IDNAProcessor.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
import 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
*/
1116
public final class IDNAProcessor {
1217

src/main/java/com/centralnicreseller/apiconnector/Logger.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
* @version %I%, %G%
1010
* @since 3.2
1111
*/
12-
/**
13-
* Default constructor for Logger class.
14-
*/
1512
public class Logger {
1613
/**
1714
* log incoming data

0 commit comments

Comments
 (0)