Skip to content

Commit 75a835a

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398001 13f79535-47bb-0310-9956-ffa450edef68
1 parent e693d87 commit 75a835a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ void printAndEncapsulate(final CharSequence value, final int offset, final int l
281281
* checkForEscape==true
282282
*
283283
* @param value
284-
* value to be outputted.
284+
* value to output.
285285
*/
286286
public void print(String value, final boolean checkForEscape) throws IOException {
287287
if (value == null) {

0 commit comments

Comments
 (0)