]> source.dussan.org Git - poi.git/commitdiff
fix javadoc warnings from r1690486
authorJaven O'Neal <onealj@apache.org>
Mon, 23 Nov 2015 23:57:40 +0000 (23:57 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 23 Nov 2015 23:57:40 +0000 (23:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715996 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/record/CFRuleBase.java
src/java/org/apache/poi/hssf/record/CFRuleRecord.java

index e8eece7cf80e5bff1e4d02e15d7c4ec24f784f00..68b86a67be3302514e96e68638a480a63f37e226 100644 (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 {
index 697030b9764e1bd1f203d3d85ba945b5a9ec3174..1f6e8277c19396357d21771cc861937c81721926 100644 (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;