]> source.dussan.org Git - poi.git/commitdiff
Javadoc fix
authorNick Burch <nick@apache.org>
Sun, 30 Apr 2017 08:49:51 +0000 (08:49 +0000)
committerNick Burch <nick@apache.org>
Sun, 30 Apr 2017 08:49:51 +0000 (08:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1793249 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFReader.java

index dddd3bac1324c966af502e77f242b26d149a9420..0bc6d3f5ac6454d0626e86539df1d8cf3e644a84 100644 (file)
@@ -283,7 +283,7 @@ public class XSSFReader {
          * by XSSFBReader.  This is used to decide what
          * relationships to load into the sheetRefs
          *
-         * @return
+         * @return all relationships that are sheet-like
          */
         Set<String> getSheetRelationships() {
             return WORKSHEET_RELS;