pjfanning commented on code in PR #682:
URL: https://github.com/apache/poi/pull/682#discussion_r1733278057


##########
poi/src/main/java/org/apache/poi/ss/util/CellUtil.java:
##########
@@ -461,70 +611,93 @@ private static boolean styleMapsMatch(final Map<String, 
Object> newProps,
      * same style.</p>
      *
      * <p>If setting more than one cell style property on a cell, use
-     * {@link #setCellStyleProperties(Cell, Map)},
+     * {@link #setCellStylePropertiesEnum(Cell, Map)},
      * which is faster and does not add unnecessary intermediate CellStyles to 
the workbook.</p>
      *
      * @param cell The cell that is to be changed.
-     * @param propertyName The name of the property that is to be changed.
+     * @param property The name of the property that is to be changed.
      * @param propertyValue The value of the property that is to be changed.
      */
-    public static void setCellStyleProperty(Cell cell, String propertyName, 
Object propertyValue) {

Review Comment:
   add `@since POI 5.3.1`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to