You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2015/11/24 00:57:40 UTC

svn commit: r1715996 - in /poi/trunk/src/java/org/apache/poi/hssf/record: CFRuleBase.java CFRuleRecord.java

Author: onealj
Date: Mon Nov 23 23:57:40 2015
New Revision: 1715996

URL: http://svn.apache.org/viewvc?rev=1715996&view=rev
Log:
fix javadoc warnings from r1690486

Modified:
    poi/trunk/src/java/org/apache/poi/hssf/record/CFRuleBase.java
    poi/trunk/src/java/org/apache/poi/hssf/record/CFRuleRecord.java

Modified: poi/trunk/src/java/org/apache/poi/hssf/record/CFRuleBase.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/record/CFRuleBase.java?rev=1715996&r1=1715995&r2=1715996&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/record/CFRuleBase.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/record/CFRuleBase.java Mon Nov 23 23:57:40 2015
@@ -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 {

Modified: poi/trunk/src/java/org/apache/poi/hssf/record/CFRuleRecord.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/record/CFRuleRecord.java?rev=1715996&r1=1715995&r2=1715996&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/record/CFRuleRecord.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/record/CFRuleRecord.java Mon Nov 23 23:57:40 2015
@@ -29,7 +29,7 @@ import org.apache.poi.util.LittleEndianO
  * 
  * <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;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org