This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 95b46731b9 Remove comment about unknown built-in style
95b46731b9 is described below
commit 95b46731b9f5b73cb7a38145bf21b84804a5100b
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Nov 3 07:41:22 2025 +0100
Remove comment about unknown built-in style
Removed comment about unknown built-in style from getTableStyle method.
---
poi-ooxml/src/main/java/org/apache/poi/xssf/model/StylesTable.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/model/StylesTable.java
b/poi-ooxml/src/main/java/org/apache/poi/xssf/model/StylesTable.java
index abab993669..1eb86f2f82 100644
--- a/poi-ooxml/src/main/java/org/apache/poi/xssf/model/StylesTable.java
+++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/model/StylesTable.java
@@ -841,7 +841,6 @@ public class StylesTable extends POIXMLDocumentPart
implements Styles {
* @return defined style, either explicit or built-in, or null if not found
*
* @since 3.17 beta 1
- * unknown built-in style
*/
public TableStyle getTableStyle(String name) {
if (name == null) return null;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]