mirror of https://github.com/apache/poi.git
fix javadoc warnings from r1690486
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
30dd414724
commit
577a89ad10
|
@ -37,7 +37,7 @@ import org.apache.poi.util.POILogger;
|
|||
*
|
||||
* <p>This is for the older-style Excel conditional formattings,
|
||||
* new-style (Excel 2007+) also make use of {@link CFRule12Record}
|
||||
* and {@link CFExRuleRecord} for their rules.
|
||||
* for their rules.</p>
|
||||
*/
|
||||
public abstract class CFRuleBase extends StandardRecord implements Cloneable {
|
||||
public static final class ComparisonOperator {
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.apache.poi.util.LittleEndianOutput;
|
|||
*
|
||||
* <p>This is for the older-style Excel conditional formattings,
|
||||
* new-style (Excel 2007+) also make use of {@link CFRule12Record}
|
||||
* and {@link CFExRuleRecord} for their rules.
|
||||
* for their rules.</p>
|
||||
*/
|
||||
public final class CFRuleRecord extends CFRuleBase implements Cloneable {
|
||||
public static final short sid = 0x01B1;
|
||||
|
|
Loading…
Reference in New Issue