Skip to content

Commit ad0acc1

Browse files
committed
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1495965 13f79535-47bb-0310-9956-ffa450edef68
1 parent b460ef6 commit ad0acc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVRecord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public boolean isMapped(final String name) {
119119
*
120120
* @param name
121121
* the name of the column to be retrieved.
122-
* @return whether a given columns is mapped.
122+
* @return whether a given columns is mapped and has a value
123123
*/
124124
public boolean isSet(final String name) {
125125
return isMapped(name) && mapping.get(name).intValue() < values.length;

0 commit comments

Comments
 (0)