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:
Javen O'Neal 2015-11-23 23:57:40 +00:00
parent b5494da29c
commit 10eb8f8095
2 changed files with 2 additions and 2 deletions

View File

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

View File

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