mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Remove comment about unknown built-in style
Removed comment about unknown built-in style from getTableStyle method.
This commit is contained in:
parent
b16a094bba
commit
95b46731b9
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user