]> source.dussan.org Git - poi.git/commitdiff
use fully qualified name for Javadocs
authorJaven O'Neal <onealj@apache.org>
Sun, 19 Jun 2016 06:16:23 +0000 (06:16 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 19 Jun 2016 06:16:23 +0000 (06:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749132 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.java

index 23c162e102aaf42ecaaba88fbc83625b74e2b79c..133455ab1781f460add47acdcc7bfaae924b75ee 100644 (file)
@@ -91,7 +91,7 @@ public class XSSFDataValidationConstraint implements DataValidationConstraint {
        }
 
        /**
-        * If validation type is {@link ValidationType#LIST}, returns list of literal values.
+        * If validation type is {@link org.apache.poi.ss.usermodel.DataValidationConstraint.ValidationType#LIST}, returns list of literal values.
         * Otherwise returns <code>null</code>.
         * @see org.apache.poi.ss.usermodel.DataValidationConstraint#getExplicitListValues()
         */