Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
[ERROR] C:\Users\ggregory\git\a\commons-validator\src\main\java\org\apache\commons\validator\routines\DomainValidator.java:2087:
warning: no main description
[ERROR]          * @param type ArrayType, e.g. GENERIC_PLUS, LOCAL_PLUS
[ERROR]            ^
  • Loading branch information
garydgregory committed Oct 19, 2023
1 parent 9e8811e commit eac4125
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2082,8 +2082,9 @@ public enum ArrayType {
public static class Item {
final ArrayType type;
final String[] values;

/**
*
* Constructs a new instance.
* @param type ArrayType, e.g. GENERIC_PLUS, LOCAL_PLUS
* @param values array of TLDs. Will be lower-cased and sorted
*/
Expand Down

0 comments on commit eac4125

Please sign in to comment.