diff --git a/build.xml b/build.xml
index 6b83e31045..8a7659608a 100644
--- a/build.xml
+++ b/build.xml
@@ -1264,7 +1264,7 @@ under the License.
Use mvn-deploy.sh to deploy the artifacts in the remote repository
-
+
@@ -1275,6 +1275,9 @@ under the License.
+
+
+
@@ -1335,7 +1338,21 @@ under the License.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1354,7 +1371,8 @@ under the License.
-
+
+
@@ -1365,6 +1383,7 @@ under the License.
+
diff --git a/src/java/org/apache/poi/POIOLE2TextExtractor.java b/src/java/org/apache/poi/POIOLE2TextExtractor.java
index a42ced76f3..c0f4cbd1d7 100644
--- a/src/java/org/apache/poi/POIOLE2TextExtractor.java
+++ b/src/java/org/apache/poi/POIOLE2TextExtractor.java
@@ -28,10 +28,10 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
* You will typically find the implementation of
* a given format's text extractor under
* org.apache.poi.[format].extractor .
- * @see org.apache.poi.hssf.extractor.ExcelExtractor
- * @see org.apache.poi.hslf.extractor.PowerPointExtractor
- * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
- * @see org.apache.poi.hwpf.extractor.WordExtractor
+ * @see org.apache.poi.hssf.extractor.ExcelExtractor
+ * @see org.apache.poi.hslf.extractor.PowerPointExtractor
+ * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
+ * @see org.apache.poi.hwpf.extractor.WordExtractor
*/
public abstract class POIOLE2TextExtractor extends POITextExtractor {
/**
diff --git a/src/java/org/apache/poi/POITextExtractor.java b/src/java/org/apache/poi/POITextExtractor.java
index 7ea997c764..e18078b461 100644
--- a/src/java/org/apache/poi/POITextExtractor.java
+++ b/src/java/org/apache/poi/POITextExtractor.java
@@ -25,10 +25,10 @@ import java.io.IOException;
* You will typically find the implementation of
* a given format's text extractor under
* org.apache.poi.[format].extractor .
- * @see org.apache.poi.hssf.extractor.ExcelExtractor
- * @see org.apache.poi.hslf.extractor.PowerPointExtractor
- * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
- * @see org.apache.poi.hwpf.extractor.WordExtractor
+ * @see org.apache.poi.hssf.extractor.ExcelExtractor
+ * @see org.apache.poi.hslf.extractor.PowerPointExtractor
+ * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
+ * @see org.apache.poi.hwpf.extractor.WordExtractor
*/
public abstract class POITextExtractor implements Closeable {
/** The POIDocument that's open */
diff --git a/src/java/org/apache/poi/poifs/crypt/package.html b/src/java/org/apache/poi/poifs/crypt/package.html
index 0cc2d4b67a..977cf8b5a9 100644
--- a/src/java/org/apache/poi/poifs/crypt/package.html
+++ b/src/java/org/apache/poi/poifs/crypt/package.html
@@ -27,7 +27,7 @@
This package contains common functions for both current implemented cipher modes.
the {@link org.apache.poi.poifs.crypt.standard standard} package is part of the base poi jar and contains classes for the standard encryption ...
-
the agile package is part of the poi ooxml jar and the provides agile encryption support.
+
the {@link org.apache.poi.poifs.crypt.agile agile} package is part of the poi ooxml jar and the provides agile encryption support.
Related Documentation
@@ -39,6 +39,6 @@ Some implementations informations can be found under:
@see org.apache.poi.poifs.crypt.standard
-@see org.apache.poi.poifs.crypt.agile
+@see org.apache.poi.poifs.crypt.agile