Remove comment about unknown built-in style

Removed comment about unknown built-in style from getTableStyle method.
This commit is contained in:
PJ Fanning 2025-11-03 07:41:22 +01:00 committed by GitHub
parent b16a094bba
commit 80258b7e38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;