From 4000f528a11e6e2b1a24d6bef95fd03702e7aef2 Mon Sep 17 00:00:00 2001
From: Nick Burch
Date: Tue, 21 Jul 2015 23:57:44 +0000
Subject: Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692210 13f79535-47bb-0310-9956-ffa450edef68
---
.../apache/poi/hssf/usermodel/HSSFSheetConditionalFormatting.java | 6 +++---
.../apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFSheetConditionalFormatting.java b/src/java/org/apache/poi/hssf/usermodel/HSSFSheetConditionalFormatting.java
index 537587eb65..e5f2ac67ef 100644
--- a/src/java/org/apache/poi/hssf/usermodel/HSSFSheetConditionalFormatting.java
+++ b/src/java/org/apache/poi/hssf/usermodel/HSSFSheetConditionalFormatting.java
@@ -48,7 +48,7 @@ public final class HSSFSheetConditionalFormatting implements SheetConditionalFor
* TODO - formulas containing cell references are currently not parsed properly
*
* @param comparisonOperation - a constant value from
- * {@link org.apache.poi.hssf.record.CFRuleRecord.ComparisonOperator}:
+ * {@link org.apache.poi.hssf.record.CFRuleBase.ComparisonOperator}:
*
* - BETWEEN
* - NOT_BETWEEN
@@ -62,8 +62,8 @@ public final class HSSFSheetConditionalFormatting implements SheetConditionalFor
*
* @param formula1 - formula for the valued, compared with the cell
* @param formula2 - second formula (only used with
- * {@link org.apache.poi.hssf.record.CFRuleRecord.ComparisonOperator#BETWEEN}) and
- * {@link org.apache.poi.hssf.record.CFRuleRecord.ComparisonOperator#NOT_BETWEEN} operations)
+ * {@link org.apache.poi.hssf.record.CFRuleBase.ComparisonOperator#BETWEEN}) and
+ * {@link org.apache.poi.hssf.record.CFRuleBase.ComparisonOperator#NOT_BETWEEN} operations)
*/
public HSSFConditionalFormattingRule createConditionalFormattingRule(
byte comparisonOperation,
diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java
index ca1530514f..d4d7401ec4 100644
--- a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java
+++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java
@@ -56,7 +56,7 @@ public class XSSFSheetConditionalFormatting implements SheetConditionalFormattin
* TODO - formulas containing cell references are currently not parsed properly
*
* @param comparisonOperation - a constant value from
- * {@link org.apache.poi.hssf.record.CFRuleRecord.ComparisonOperator}:
+ * {@link org.apache.poi.hssf.record.CFRuleBase.ComparisonOperator}:
*
* - BETWEEN
* - NOT_BETWEEN
--
cgit v1.2.3