diff --git a/src/java/org/apache/poi/hssf/record/CFRuleBase.java b/src/java/org/apache/poi/hssf/record/CFRuleBase.java index e8eece7cf8..68b86a67be 100644 --- a/src/java/org/apache/poi/hssf/record/CFRuleBase.java +++ b/src/java/org/apache/poi/hssf/record/CFRuleBase.java @@ -37,7 +37,7 @@ import org.apache.poi.util.POILogger; * *
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.
*/ public abstract class CFRuleBase extends StandardRecord implements Cloneable { public static final class ComparisonOperator { diff --git a/src/java/org/apache/poi/hssf/record/CFRuleRecord.java b/src/java/org/apache/poi/hssf/record/CFRuleRecord.java index 697030b976..1f6e8277c1 100644 --- a/src/java/org/apache/poi/hssf/record/CFRuleRecord.java +++ b/src/java/org/apache/poi/hssf/record/CFRuleRecord.java @@ -29,7 +29,7 @@ import org.apache.poi.util.LittleEndianOutput; * *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.
*/ public final class CFRuleRecord extends CFRuleBase implements Cloneable { public static final short sid = 0x01B1;