]> source.dussan.org Git - poi.git/commitdiff
fix javadoc
authorAxel Howind <axh@apache.org>
Fri, 29 Nov 2019 02:30:19 +0000 (02:30 +0000)
committerAxel Howind <axh@apache.org>
Fri, 29 Nov 2019 02:30:19 +0000 (02:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870567 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/openxml4j/opc/PackagingURIHelper.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTableColumn.java

index 9a024688f8a0ad6a5c15c151db2a5b5c83c9b41b..4d4b917ed4eaf9fd096bc50cd10f6322887f68da 100644 (file)
@@ -665,8 +665,8 @@ public final class PackagingURIHelper {
      *
      * If  part name is not a valid URI, it is resolved as follows:
      * <p>
-     * 1. Percent-encode each open bracket ([) and close bracket (]).</li>
-     * 2. Percent-encode each percent (%) character that is not followed by a hexadecimal notation of an octet value.</li>
+     * 1. Percent-encode each open bracket ([) and close bracket (]).
+     * 2. Percent-encode each percent (%) character that is not followed by a hexadecimal notation of an octet value.
      * 3. Un-percent-encode each percent-encoded unreserved character.
      * 4. Un-percent-encode each forward slash (/) and back slash (\).
      * 5. Convert all back slashes to forward slashes.
@@ -728,9 +728,10 @@ public final class PackagingURIHelper {
      * percent-encode white spaces and characters above 0x80.
      * <p>
      *   Examples:
+     *   <blockquote><pre>
      *   'Apache POI' --> 'Apache%20POI'
      *   'Apache\u0410POI' --> 'Apache%04%10POI'
-     *
+     *   </pre></blockquote>
      * @param s the string to encode
      * @return  the encoded string
      */
index 6cb483db13eddc0e18a7c18a3c7de6ae3ea9648c..7d1f4661cd455e6a98a3915c6be05f70c3832fca 100644 (file)
@@ -75,7 +75,7 @@ public class XSSFTableColumn {
      * 
      * It is up to the caller to enforce the uniqueness of the id.
      * 
-     * @return the column id
+     * @param columnId the column id
      * @since 4.0.0
      */
     public void setId(long columnId) {
@@ -95,7 +95,7 @@ public class XSSFTableColumn {
     /**
      * Get the name of the column, which is is unique per table.
      * 
-     * @return the column name
+     * @param columnName  the column name
      * @since 4.0.0
      */
     public void setName(String columnName) {