From 6a87818b162bfafb26c686f7ca84572fa029db0c Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Fri, 4 Dec 2015 07:05:52 +0000 Subject: [PATCH] fix javadoc errors git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717902 13f79535-47bb-0310-9956-ffa450edef68 --- src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java b/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java index d815c27bba..ec9017aefa 100644 --- a/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java +++ b/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java @@ -465,8 +465,8 @@ public class SXSSFRow implements Row, Comparable * Create an iterator over the cells from [0, getLastCellNum()). * Includes blank cells, excludes empty cells * - * @return an iterator over all filled cells (created via Row.createCell()) - * @throws ConcurrentModificationException if cells are added, moved, or + * Returns an iterator over all filled cells (created via Row.createCell()) + * Throws ConcurrentModificationException if cells are added, moved, or * removed after the iterator is created. */ public class FilledCellIterator implements Iterator -- 2.39.5