]> source.dussan.org Git - poi.git/commitdiff
[bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing method
authorPJ Fanning <fanningpj@apache.org>
Wed, 20 Jul 2022 13:29:44 +0000 (13:29 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 20 Jul 2022 13:29:44 +0000 (13:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902879 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/usermodel/PaneType.java

index d39e4b6e5f9a1f475a1941aef10d1e964b9ff0bd..899079c140d218f2d8949d506e24a3e1bf07637a 100644 (file)
@@ -18,7 +18,7 @@ package org.apache.poi.ss.usermodel;
 
 /**
  * Type of pane used in sheet.
- * @since POI 3.15 beta 3
+ * @since POI 5.2.3
  */
 public enum PaneType {
     LOWER_RIGHT, UPPER_RIGHT, LOWER_LEFT, UPPER_LEFT