You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2014/04/26 00:02:02 UTC

svn commit: r1590161 - in /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox: pdfparser/ pdfviewer/ pdfwriter/ pdmodel/ pdmodel/common/ pdmodel/common/function/ pdmodel/documentinterchange/logicalstructure/ pdmodel/documentinterchange/taggedpd...

Author: msahyoun
Date: Fri Apr 25 22:02:02 2014
New Revision: 1590161

URL: http://svn.apache.org/r1590161
Log:
[PDFBOX-1897] fixing errors in javadoc comments

Modified:
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/ConformingPDFParser.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/PDFStreamParser.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/VisualSignatureParser.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/XrefTrailerResolver.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfviewer/PageDrawer.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSStandardOutputStream.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/ConformingPDDocument.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentInformation.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/COSArrayList.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDPageLabels.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/function/PDFunction.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/function/PDFunctionType2.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkedContentReference.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserProperty.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFontDescriptor.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/pattern/PDPatternResources.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading/AxialShadingPaint.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading/RadialShadingPaint.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/xobject/PDXObject.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/SignatureOptions.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDFTemplateStructure.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDVisibleSigProperties.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDVisibleSignDesigner.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageDestination.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/BitFlagHelper.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/DateConverter.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/ICU4JImpl.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFImageWriter.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PageExtractor.java
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/TextPosition.java

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/ConformingPDFParser.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/ConformingPDFParser.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/ConformingPDFParser.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/ConformingPDFParser.java Fri Apr 25 22:02:02 2014
@@ -55,7 +55,7 @@ public class ConformingPDFParser extends
     /**
      * Constructor.
      *
-     * @param input The input stream that contains the PDF document.
+     * @param inputFile The input stream that contains the PDF document.
      *
      * @throws IOException If there is an error initializing the stream.
      */
@@ -365,7 +365,7 @@ public class ConformingPDFParser extends
      * exception will be thrown.
      * @param objectNumber the object number you expect to read
      * @param generation the generation you expect this object to be
-     * @return
+     * @return the object being read.
      */
     public COSBase readObject(long objectNumber, long generation) throws IOException {
         // when recursivly reading, we always pull the object from the filesystem
@@ -598,7 +598,6 @@ public class ConformingPDFParser extends
      * backwards until it finds a newline.  This should only be used if we are
      * certain that the data will only be text, and not binary data.
      * 
-     * @param offset the location of the file where we should start reading
      * @return the string which was read
      * @throws IOException if there was an error reading data from the file
      */
@@ -629,7 +628,6 @@ public class ConformingPDFParser extends
      * This will read a line starting with the byte at offset and going
      * forward until it finds a newline.  This should only be used if we are
      * certain that the data will only be text, and not binary data.
-     * @param offset the location of the file where we should start reading
      * @return the string which was read
      * @throws IOException if there was an error reading data from the file
      */

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/PDFStreamParser.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/PDFStreamParser.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/PDFStreamParser.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/PDFStreamParser.java Fri Apr 25 22:02:02 2014
@@ -156,7 +156,9 @@ public class PDFStreamParser extends Bas
     }
 
     /**
-     * {@inheritDoc}
+     * This will close the underlying pdfSource object.
+     * 
+     * @throws IOException If there is an error releasing resources.
      */
     public void close() throws IOException
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/VisualSignatureParser.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/VisualSignatureParser.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/VisualSignatureParser.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/VisualSignatureParser.java Fri Apr 25 22:02:02 2014
@@ -50,7 +50,9 @@ public class VisualSignatureParser exten
     }
 
     /**
-     * {@inheritDoc}
+     * This will parse the tokens making up the visual signature.
+     * 
+     * @throws IOException If there is an error while parsing the visual signature.
      */
     public void parse() throws IOException 
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/XrefTrailerResolver.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/XrefTrailerResolver.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/XrefTrailerResolver.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfparser/XrefTrailerResolver.java Fri Apr 25 22:02:02 2014
@@ -42,16 +42,16 @@ import org.apache.pdfbox.persistence.uti
  * XRef/trailer objects are used to create xref table / trailer dictionary
  * in order they occur.
  *
- * For each new xref object/XRef stream method {@link #nextXrefObj(int)}
+ * For each new xref object/XRef stream method {@link #nextXrefObj(long, XRefType)}
  * must be called with start byte position. All following calls to
- * {@link #setXRef(COSObjectKey, int)} or {@link #setTrailer(COSDictionary)}
+ * {@link #setXRef(COSObjectKey, long)} or {@link #setTrailer(COSDictionary)}
  * will add the data for this byte position.
  *
  * After all objects are parsed the startxref position must be provided
- * using {@link #setStartxref(int)}. This is used to build the chain of
+ * using {@link #setStartxref(long)}. This is used to build the chain of
  * active xref/trailer objects used for creating document trailer and xref table.
  *
- * @author Timo Böhme (timo.boehme at ontochem.com)
+ * @author Timo Boehme (timo.boehme at ontochem.com)
  */
 public class XrefTrailerResolver
 {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfviewer/PageDrawer.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfviewer/PageDrawer.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfviewer/PageDrawer.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfviewer/PageDrawer.java Fri Apr 25 22:02:02 2014
@@ -553,7 +553,7 @@ public class PageDrawer extends PDFStrea
      *
      * @throws IOException If there is an IO error while shade-filling the path/clipping area.
      * 
-     * @deprecated use {@link #shFill(COSName)) instead.
+     * @deprecated use {@link #shFill(COSName)} instead.
      */
     public void SHFill(COSName ShadingName) throws IOException
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSStandardOutputStream.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSStandardOutputStream.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSStandardOutputStream.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSStandardOutputStream.java Fri Apr 25 22:02:02 2014
@@ -92,9 +92,9 @@ public class COSStandardOutputStream ext
     }
     
     /**
-     * This will get the current position in the stream.
+     * This will set the current position in the stream.
      *
-     * @return The current position in the stream.
+     * @param The to be set position in the stream.
      * @throws IOException 
      */
     public void setPos(long pos) throws IOException

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/ConformingPDDocument.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/ConformingPDDocument.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/ConformingPDDocument.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/ConformingPDDocument.java Fri Apr 25 22:02:02 2014
@@ -72,10 +72,9 @@ public class ConformingPDDocument extend
     }
 
     /**
-     * This will get an object from the pool.
-     * @param key The object key.
-     * @return The object in the pool or a new one if it has not been parsed yet.
-     * @throws IOException If there is an error getting the proxy object.
+     * This will get list of object keys from the pool.
+     * @return The list of object keys in the pool.
+     * @throws IOException If there is an error getting keys.
      */
     public List<COSObjectKey> getObjectKeysFromPool() throws IOException {
         List<COSObjectKey> keys = new ArrayList<COSObjectKey>();

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentInformation.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentInformation.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentInformation.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentInformation.java Fri Apr 25 22:02:02 2014
@@ -34,6 +34,8 @@ import org.apache.pdfbox.pdmodel.common.
  * method then it will clear the value.
  *
  * @author <a href="mailto:ben@benlitchfield.com">Ben Litchfield</a>
+ * @author  Gerardo Ortiz
+ *      
  * @version $Revision: 1.12 $
  */
 public class PDDocumentInformation implements COSObjectable
@@ -276,7 +278,6 @@ public class PDDocumentInformation imple
      *
      * @return String Value of metadata field
      *
-     * @author  Gerardo Ortiz
      */
     public String getCustomMetadataValue(String fieldName)
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/COSArrayList.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/COSArrayList.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/COSArrayList.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/COSArrayList.java Fri Apr 25 22:02:02 2014
@@ -94,7 +94,7 @@ public class COSArrayList<E> implements 
     }
 
     /**
-     * @deprecated use the {@link #COSArrayList(E, COSBase, COSDictionary, COSName)} method instead
+     * @deprecated use the {@link #COSArrayList(Object, COSBase, COSDictionary, COSName)} method instead
      */
     public COSArrayList( E actualObject, COSBase item, COSDictionary dictionary, String dictionaryKey )
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDPageLabels.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDPageLabels.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDPageLabels.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDPageLabels.java Fri Apr 25 22:02:02 2014
@@ -53,12 +53,12 @@ public class PDPageLabels implements COS
      * <p>
      * Note that the page label dictionary won't be automatically added to the
      * document; you will still need to do it manually (see
-     * {@link PDDocumentCatalog#setPageLabels(PDPageLabels)}.
+     * {@link org.apache.pdfbox.pdmodel.PDDocumentCatalog#setPageLabels(PDPageLabels)}.
      * </p>
      * 
      * @param document
      *            The document the page label dictionary is created for.
-     * @see PDDocumentCatalog#setPageLabels(PDPageLabels)
+     * @see org.apache.pdfbox.pdmodel.PDDocumentCatalog#setPageLabels(PDPageLabels)
      */
     public PDPageLabels(PDDocument document)
     {
@@ -76,14 +76,14 @@ public class PDPageLabels implements COS
      * <p>
      * Note that the page label dictionary won't be automatically added to the
      * document; you will still need to do it manually (see
-     * {@link PDDocumentCatalog#setPageLabels(PDPageLabels)}.
+     * {@link org.apache.pdfbox.pdmodel.PDDocumentCatalog#setPageLabels(PDPageLabels)}.
      * </p>
      * 
      * @param document
      *            The document the page label dictionary is created for.
      * @param dict
      *            an existing page label dictionary
-     * @see PDDocumentCatalog#setPageLabels(PDPageLabels)
+     * @see org.apache.pdfbox.pdmodel.PDDocumentCatalog#setPageLabels(PDPageLabels)
      * @throws IOException
      *             If something goes wrong during the number tree conversion.
      */

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/function/PDFunction.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/function/PDFunction.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/function/PDFunction.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/function/PDFunction.java Fri Apr 25 22:02:02 2014
@@ -316,7 +316,7 @@ public abstract class PDFunction impleme
     /**
      * Clip the given input values to the ranges.
      * 
-     * @param inputArray the input values
+     * @param inputValues the input values
      * @return the clipped values
      */
     protected float[] clipToRange(float[] inputValues) 

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/function/PDFunctionType2.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/function/PDFunctionType2.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/function/PDFunctionType2.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/function/PDFunctionType2.java Fri Apr 25 22:02:02 2014
@@ -45,7 +45,7 @@ public class PDFunctionType2 extends PDF
     /**
      * Constructor.
      *
-     * @param functionStream The function .
+     * @param function The function.
      */
     public PDFunctionType2(COSBase function)
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkedContentReference.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkedContentReference.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkedContentReference.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkedContentReference.java Fri Apr 25 22:02:02 2014
@@ -52,8 +52,7 @@ public class PDMarkedContentReference im
     /**
      * Constructor for an existing marked content reference.
      * 
-     * @param pageDic the page dictionary
-     * @param mcid the marked content indentifier
+     * @param dictionary the page dictionary
      */
     public PDMarkedContentReference(COSDictionary dictionary)
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserProperty.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserProperty.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserProperty.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserProperty.java Fri Apr 25 22:02:02 2014
@@ -35,7 +35,7 @@ public class PDUserProperty extends PDDi
     /**
      * Creates a new user property.
      * 
-     * @param the user attribute object
+     * @param userAttributeObject the user attribute object
      */
     public PDUserProperty(PDUserAttributeObject userAttributeObject)
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.java Fri Apr 25 22:02:02 2014
@@ -79,7 +79,7 @@ public class PDExportFormatAttributeObje
 
     /**
      * Gets the list numbering (ListNumbering). The default value is
-     * {@link #LIST_NUMBERING_NONE}.
+     * {@link PDListAttributeObject#LIST_NUMBERING_NONE}.
      * 
      * @return the list numbering
      */
@@ -93,15 +93,15 @@ public class PDExportFormatAttributeObje
      * Sets the list numbering (ListNumbering). The value shall be one of the
      * following:
      * <ul>
-     *   <li>{@link #LIST_NUMBERING_NONE},</li>
-     *   <li>{@link #LIST_NUMBERING_DISC},</li>
-     *   <li>{@link #LIST_NUMBERING_CIRCLE},</li>
-     *   <li>{@link #LIST_NUMBERING_SQUARE},</li>
-     *   <li>{@link #LIST_NUMBERING_DECIMAL},</li>
-     *   <li>{@link #LIST_NUMBERING_UPPER_ROMAN},</li>
-     *   <li>{@link #LIST_NUMBERING_LOWER_ROMAN},</li>
-     *   <li>{@link #LIST_NUMBERING_UPPER_ALPHA},</li>
-     *   <li>{@link #LIST_NUMBERING_LOWER_ALPHA}.</li>
+     *   <li>{@link PDListAttributeObject#LIST_NUMBERING_NONE},</li>
+     *   <li>{@link PDListAttributeObject#LIST_NUMBERING_DISC},</li>
+     *   <li>{@link PDListAttributeObject#LIST_NUMBERING_CIRCLE},</li>
+     *   <li>{@link PDListAttributeObject#LIST_NUMBERING_SQUARE},</li>
+     *   <li>{@link PDListAttributeObject#LIST_NUMBERING_DECIMAL},</li>
+     *   <li>{@link PDListAttributeObject#LIST_NUMBERING_UPPER_ROMAN},</li>
+     *   <li>{@link PDListAttributeObject#LIST_NUMBERING_LOWER_ROMAN},</li>
+     *   <li>{@link PDListAttributeObject#LIST_NUMBERING_UPPER_ALPHA},</li>
+     *   <li>{@link PDListAttributeObject#LIST_NUMBERING_LOWER_ALPHA}.</li>
      * </ul>
      * 
      * @param listNumbering the list numbering
@@ -199,9 +199,9 @@ public class PDExportFormatAttributeObje
      * contains it, or both the row and the column that contain it. The value
      * shall be one of the following:
      * <ul>
-     *   <li>{@link #SCOPE_ROW},</li>
-     *   <li>{@link #SCOPE_COLUMN}, or</li>
-     *   <li>{@link #SCOPE_BOTH}.</li>
+     *   <li>{@link PDTableAttributeObject#SCOPE_ROW},</li>
+     *   <li>{@link PDTableAttributeObject#SCOPE_COLUMN}, or</li>
+     *   <li>{@link PDTableAttributeObject#SCOPE_BOTH}.</li>
      * </ul>
      * 
      * @param scope the scope
@@ -212,7 +212,7 @@ public class PDExportFormatAttributeObje
     }
 
     /**
-     * Gets the summary of the table’s purpose and structure.
+     * Gets the summary of the table's purpose and structure.
      * 
      * @return the summary
      */
@@ -222,7 +222,7 @@ public class PDExportFormatAttributeObje
     }
 
     /**
-     * Sets the summary of the table’s purpose and structure.
+     * Sets the summary of the table's purpose and structure.
      * 
      * @param summary the summary
      */

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.java Fri Apr 25 22:02:02 2014
@@ -80,28 +80,28 @@ public class PDLayoutAttributeObject ext
      */
     public static final String PLACEMENT_INLINE                = "Inline";
     /**
-     * Placement: Before: Placed so that the before edge of the element’s
+     * Placement: Before: Placed so that the before edge of the element's
      * allocation rectangle coincides with that of the nearest enclosing
      * reference area. The element may float, if necessary, to achieve the
      * specified placement. The element shall be treated as a block occupying
      * the full extent of the enclosing reference area in the inline direction.
      * Other content shall be stacked so as to begin at the after edge of the
-     * element’s allocation rectangle.
+     * element's allocation rectangle.
      */
     public static final String PLACEMENT_BEFORE                = "Before";
     /**
-     * Placement: Start: Placed so that the start edge of the element’s
+     * Placement: Start: Placed so that the start edge of the element's
      * allocation rectangle coincides with that of the nearest enclosing
      * reference area. The element may float, if necessary, to achieve the
-     * specified placement. Other content that would intrude into the element’s
+     * specified placement. Other content that would intrude into the element's
      * allocation rectangle shall be laid out as a runaround.
      */
     public static final String PLACEMENT_START                 = "Start";
     /**
-     * Placement: End: Placed so that the end edge of the element’s allocation
+     * Placement: End: Placed so that the end edge of the element's allocation
      * rectangle coincides with that of the nearest enclosing reference area.
      * The element may float, if necessary, to achieve the specified placement.
-     * Other content that would intrude into the element’s allocation rectangle
+     * Other content that would intrude into the element's allocation rectangle
      * shall be laid out as a runaround.
      */
     public static final String PLACEMENT_END                   = "End";
@@ -198,26 +198,26 @@ public class PDLayoutAttributeObject ext
      */
     public static final String HEIGHT_AUTO                     = "Auto";
     /**
-     * BlockAlign: Before: Before edge of the first child’s allocation rectangle
-     * aligned with that of the table cell’s content rectangle.
+     * BlockAlign: Before: Before edge of the first child's allocation rectangle
+     * aligned with that of the table cell's content rectangle.
      */
     public static final String BLOCK_ALIGN_BEFORE              = "Before";
     /**
      * BlockAlign: Middle: Children centered within the table cell. The distance
-     * between the before edge of the first child’s allocation rectangle and
-     * that of the table cell’s content rectangle shall be the same as the
-     * distance between the after edge of the last child’s allocation rectangle
-     * and that of the table cell’s content rectangle.
+     * between the before edge of the first child's allocation rectangle and
+     * that of the table cell's content rectangle shall be the same as the
+     * distance between the after edge of the last child's allocation rectangle
+     * and that of the table cell's content rectangle.
      */
     public static final String BLOCK_ALIGN_MIDDLE              = "Middle";
     /**
-     * BlockAlign: After: After edge of the last child’s allocation rectangle
-     * aligned with that of the table cell’s content rectangle.
+     * BlockAlign: After: After edge of the last child's allocation rectangle
+     * aligned with that of the table cell's content rectangle.
      */
     public static final String BLOCK_ALIGN_AFTER               = "After";
     /**
      * BlockAlign: Justify: Children aligned with both the before and after
-     * edges of the table cell’s content rectangle. The first child shall be
+     * edges of the table cell's content rectangle. The first child shall be
      * placed as described for {@link #BLOCK_ALIGN_BEFORE} and the last child as
      * described for {@link #BLOCK_ALIGN_AFTER}, with equal spacing between the
      * children. If there is only one child, it shall be aligned with the before
@@ -225,20 +225,20 @@ public class PDLayoutAttributeObject ext
      */
     public static final String BLOCK_ALIGN_JUSTIFY             = "Justify";
     /**
-     * InlineAlign: Start: Start edge of each child’s allocation rectangle
-     * aligned with that of the table cell’s content rectangle.
+     * InlineAlign: Start: Start edge of each child's allocation rectangle
+     * aligned with that of the table cell's content rectangle.
      */
     public static final String INLINE_ALIGN_START              = "Start";
     /**
      * InlineAlign: Center: Each child centered within the table cell. The
-     * distance between the start edges of the child’s allocation rectangle and
-     * the table cell’s content rectangle shall be the same as the distance
+     * distance between the start edges of the child's allocation rectangle and
+     * the table cell's content rectangle shall be the same as the distance
      * between their end edges.
      */
     public static final String INLINE_ALIGN_CENTER             = "Center";
     /**
-     * InlineAlign: End: End edge of each child’s allocation rectangle aligned
-     * with that of the table cell’s content rectangle.
+     * InlineAlign: End: End edge of each child's allocation rectangle aligned
+     * with that of the table cell's content rectangle.
      */
     public static final String INLINE_ALIGN_END                = "End";
     /**
@@ -321,31 +321,31 @@ public class PDLayoutAttributeObject ext
      */
     public static final String GLYPH_ORIENTATION_VERTICAL_AUTO = "Auto";
     /**
-     * GlyphOrientationVertical: -180°
+     * GlyphOrientationVertical: -180 degrees
      */
     public static final String GLYPH_ORIENTATION_VERTICAL_MINUS_180_DEGREES = "-180";
     /**
-     * GlyphOrientationVertical: -90°
+     * GlyphOrientationVertical: -90 degrees
      */
     public static final String GLYPH_ORIENTATION_VERTICAL_MINUS_90_DEGREES = "-90";
     /**
-     * GlyphOrientationVertical: 0°
+     * GlyphOrientationVertical: 0 degrees
      */
     public static final String GLYPH_ORIENTATION_VERTICAL_ZERO_DEGREES = "0";
     /**
-     * GlyphOrientationVertical: 90°
+     * GlyphOrientationVertical: 90 degrees
      */
     public static final String GLYPH_ORIENTATION_VERTICAL_90_DEGREES = "90";
     /**
-     * GlyphOrientationVertical: 180°
+     * GlyphOrientationVertical: 180 degrees
      */
     public static final String GLYPH_ORIENTATION_VERTICAL_180_DEGREES = "180";
     /**
-     * GlyphOrientationVertical: 270°
+     * GlyphOrientationVertical: 270 degrees
      */
     public static final String GLYPH_ORIENTATION_VERTICAL_270_DEGREES = "270";
     /**
-     * GlyphOrientationVertical: 360°
+     * GlyphOrientationVertical: 360 degrees
      */
     public static final String GLYPH_ORIENTATION_VERTICAL_360_DEGREES = "360";
 
@@ -865,7 +865,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Gets the width of the element’s content rectangle in the
+     * Gets the width of the element's content rectangle in the
      * inline-progression direction (Width). The default value is
      * {@link #WIDTH_AUTO}.
      * 
@@ -877,7 +877,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the width of the element’s content rectangle in the
+     * Sets the width of the element's content rectangle in the
      * inline-progression direction (Width) to {@link #WIDTH_AUTO}.
      */
     public void setWidthAuto()
@@ -886,7 +886,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the width of the element’s content rectangle in the
+     * Sets the width of the element's content rectangle in the
      * inline-progression direction (Width).
      * 
      * @param width the width
@@ -897,7 +897,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the width of the element’s content rectangle in the
+     * Sets the width of the element's content rectangle in the
      * inline-progression direction (Width).
      * 
      * @param width the width
@@ -908,7 +908,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Gets the height of the element’s content rectangle in the
+     * Gets the height of the element's content rectangle in the
      * block-progression direction (Height). The default value is
      * {@link #HEIGHT_AUTO}.
      * 
@@ -920,7 +920,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the height of the element’s content rectangle in the
+     * Sets the height of the element's content rectangle in the
      * block-progression direction (Height) to {@link #HEIGHT_AUTO}.
      */
     public void setHeightAuto()
@@ -929,7 +929,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the height of the element’s content rectangle in the
+     * Sets the height of the element's content rectangle in the
      * block-progression direction (Height).
      * 
      * @param height the height
@@ -940,7 +940,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the height of the element’s content rectangle in the
+     * Sets the height of the element's content rectangle in the
      * block-progression direction (Height).
      * 
      * @param height the height
@@ -1011,7 +1011,7 @@ public class PDLayoutAttributeObject ext
      * Gets the style of the border drawn on each edge of a table cell
      * (TBorderStyle).
      * 
-     * @return
+     * @return the border style.
      */
     public Object getTBorderStyle()
     {
@@ -1065,7 +1065,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Gets the offset to account for the separation between the table cell’s
+     * Gets the offset to account for the separation between the table cell's
      * content rectangle and the surrounding border (TPadding). The default
      * value is 0.
      * 
@@ -1107,7 +1107,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Gets the distance by which the element’s baseline shall be shifted
+     * Gets the distance by which the element's baseline shall be shifted
      * relative to that of its parent element (BaselineShift). The default value
      * is 0.
      * 
@@ -1119,7 +1119,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the distance by which the element’s baseline shall be shifted
+     * Sets the distance by which the element's baseline shall be shifted
      * relative to that of its parent element (BaselineShift).
      * 
      * @param baselineShift the baseline shift
@@ -1130,7 +1130,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the distance by which the element’s baseline shall be shifted
+     * Sets the distance by which the element's baseline shall be shifted
      * relative to that of its parent element (BaselineShift).
      * 
      * @param baselineShift the baseline shift
@@ -1141,7 +1141,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Gets the element’s preferred height in the block-progression direction
+     * Gets the element's preferred height in the block-progression direction
      * (LineHeight). The default value is {@link #LINE_HEIGHT_NORMAL}.
      * 
      * @return the line height (a Float or a String)
@@ -1152,7 +1152,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the element’s preferred height in the block-progression direction
+     * Sets the element's preferred height in the block-progression direction
      * (LineHeight) to {@link #LINE_HEIGHT_NORMAL}.
      */
     public void setLineHeightNormal()
@@ -1161,7 +1161,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the element’s preferred height in the block-progression direction
+     * Sets the element's preferred height in the block-progression direction
      * (LineHeight) to {@link #LINE_HEIGHT_AUTO}.
      */
     public void setLineHeightAuto()
@@ -1170,7 +1170,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the element’s preferred height in the block-progression direction
+     * Sets the element's preferred height in the block-progression direction
      * (LineHeight).
      * 
      * @param lineHeight the line height
@@ -1181,7 +1181,7 @@ public class PDLayoutAttributeObject ext
     }
 
     /**
-     * Sets the element’s preferred height in the block-progression direction
+     * Sets the element's preferred height in the block-progression direction
      * (LineHeight).
      * 
      * @param lineHeight the line height

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java Fri Apr 25 22:02:02 2014
@@ -65,7 +65,7 @@ import org.apache.pdfbox.pdmodel.PDDocum
  * This class implements the public key security handler
  * described in the PDF specification.
  *
- * @see PDF Spec 1.6 p104
+ * [PDF Spec 1.6 p104]
  *
  * @see PublicKeyProtectionPolicy to see how to protect document with this security handler.
  *
@@ -131,7 +131,7 @@ public class PublicKeySecurityHandler ex
      * called from there. Only if decryption of single objects is needed this should be called instead.
      *
      * @param encDictionary  encryption dictionary, can be retrieved via {@link PDDocument#getEncryptionDictionary()}
-     * @param documentIDArray  document id which is returned via {@link COSDocument#getDocumentID()} (not used by this handler)
+     * @param documentIDArray  document id which is returned via {@link org.apache.pdfbox.cos.COSDocument#getDocumentID()} (not used by this handler)
      * @param decryptionMaterial Information used to decrypt the document.
      *
      * @throws IOException If there is an error accessing data.

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SecurityHandler.java Fri Apr 25 22:02:02 2014
@@ -501,7 +501,6 @@ public abstract class SecurityHandler
     /**
      * Getter of the property <tt>keyLength</tt>.
      * @return  Returns the keyLength.
-     * @uml.property  name="keyLength"
      */
     public int getKeyLength()
     {
@@ -542,7 +541,7 @@ public abstract class SecurityHandler
     /**
      * Set to true if AES for encryption and decryption should be used.
      * 
-     * @param aes if true AES will be used 
+     * @param aesValue if true AES will be used 
      * 
      */
     public void setAES(boolean aesValue)

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFontDescriptor.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFontDescriptor.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFontDescriptor.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFontDescriptor.java Fri Apr 25 22:02:02 2014
@@ -524,7 +524,7 @@ public abstract class PDFontDescriptor
     /**
      * This will set the missing width for the font.
      *
-     * @param charSet The new missing width for the font.
+     * @param missingWidth The new missing width for the font.
      */
     public abstract void setMissingWidth( float missingWidth );
 

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/pattern/PDPatternResources.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/pattern/PDPatternResources.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/pattern/PDPatternResources.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/pattern/PDPatternResources.java Fri Apr 25 22:02:02 2014
@@ -185,7 +185,7 @@ public abstract class PDPatternResources
     /**
      * This will return the paint of the pattern.
      * 
-     * @param the height of the current page
+     * @param pageHeight the height of the current page
      * 
      * @return the paint of the pattern
      */

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading/AxialShadingPaint.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading/AxialShadingPaint.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading/AxialShadingPaint.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading/AxialShadingPaint.java Fri Apr 25 22:02:02 2014
@@ -45,7 +45,7 @@ public class AxialShadingPaint implement
      * 
      * @param shadingType2 the shading resources
      * @param ctm current transformation matrix
-     * @param pageSizeValue size of the current page
+     * @param pageHeightValue size of the current page
      */
     public AxialShadingPaint(PDShadingType2 shadingType2, Matrix ctm, int pageHeightValue) 
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading/RadialShadingPaint.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading/RadialShadingPaint.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading/RadialShadingPaint.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading/RadialShadingPaint.java Fri Apr 25 22:02:02 2014
@@ -45,7 +45,7 @@ public class RadialShadingPaint implemen
      * 
      * @param shadingType3 the shading resources
      * @param ctm current transformation matrix
-     * @param pageSizeValue size of the current page
+     * @param pageHeightValue size of the current page
      */
     public RadialShadingPaint(PDShadingType3 shadingType3, Matrix ctm, int pageHeightValue) 
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/xobject/PDXObject.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/xobject/PDXObject.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/xobject/PDXObject.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/xobject/PDXObject.java Fri Apr 25 22:02:02 2014
@@ -126,7 +126,7 @@ public abstract class PDXObject implemen
      * Create the correct xobject from the cos base.
      * 
      * @param xobject The cos level xobject to create.
-     * @param isthumb specify if the xobject represent a Thumbnail Image (in this case, the subtype null must be
+     * @param isThumb specify if the xobject represent a Thumbnail Image (in this case, the subtype null must be
      * considered as an Image)
      * @return a pdmodel xobject
      * @throws IOException If there is an error creating the xobject.

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/SignatureOptions.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/SignatureOptions.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/SignatureOptions.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/SignatureOptions.java Fri Apr 25 22:02:02 2014
@@ -70,7 +70,7 @@ public class SignatureOptions
     /**
      * Reads the visual signature from the given visual signature properties
      *  
-     * @param is the <code>PDVisibleSigProperties</code> object containing the visual signature
+     * @param visSignatureProperties the <code>PDVisibleSigProperties</code> object containing the visual signature
      * 
      * @throws IOException when something went wrong during parsing
      * 

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDFTemplateStructure.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDFTemplateStructure.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDFTemplateStructure.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDFTemplateStructure.java Fri Apr 25 22:02:02 2014
@@ -79,7 +79,7 @@ public class PDFTemplateStructure
 
     /**
      * Returns document page.
-     * @return
+     * @return the document page.
      */
     public PDPage getPage()
     {
@@ -99,7 +99,7 @@ public class PDFTemplateStructure
      * Gets PDDocument template.
      * This represents a digital signature
      *  that can be attached to a document
-     * @return
+     * @return the template to be used.
      */
     public PDDocument getTemplate()
     {
@@ -119,7 +119,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets Acroform
-     * @return
+     * @return the documents AcroForm.
      */
     public PDAcroForm getAcroForm()
     {
@@ -137,7 +137,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets Signature field
-     * @return
+     * @return the signature field to be used.
      */
     public PDSignatureField getSignatureField()
     {
@@ -155,7 +155,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets PDSignature
-     * @return
+     * @return the signature object.
      */
     public PDSignature getPdSignature()
     {
@@ -174,7 +174,7 @@ public class PDFTemplateStructure
     /**
      * Gets Dictionary of AcroForm. Thats <b> /DR </b>
      * entry in the AcroForm
-     * @return
+     * @return the AcroForms dictionary object.
      */
     public COSDictionary getAcroFormDictionary()
     {
@@ -194,7 +194,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets SignatureRectangle
-     * @return
+     * @return the signatures rectangle.
      */
     public PDRectangle getSingatureRectangle()
     {
@@ -212,7 +212,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets AffineTransform
-     * @return
+     * @return the AffineTransform 
      */
     public AffineTransform getAffineTransform()
     {
@@ -230,7 +230,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets ProcSet Array
-     * @return
+     * @return the proc set array
      */
     public COSArray getProcSet()
     {
@@ -248,7 +248,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets the image of visible signature
-     * @return
+     * @return the image used for a visible signature.
      */
     public PDJpeg getJpedImage()
     {
@@ -266,7 +266,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets formatter rectangle
-     * @return
+     * @return the rectangle used by the formatter.
      */
     public PDRectangle getFormaterRectangle()
     {
@@ -284,7 +284,7 @@ public class PDFTemplateStructure
 
     /**
      * Sets HolderFormStream
-     * @return
+     * @return the form stream of the holder.
      */
     public PDStream getHolderFormStream()
     {
@@ -305,7 +305,7 @@ public class PDFTemplateStructure
      * That form is here <b> AcroForm/DR/XObject/{holder form name} </b>
      * By default, name stars with FRM. We also add number of form
      * to the name.
-     * @return
+     * @return the holder form
      */
     public PDXObjectForm getHolderForm()
     {
@@ -323,7 +323,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets Holder form resources
-     * @return
+     * @return the holder forms resources.
      */
     public PDResources getHolderFormResources()
     {
@@ -342,7 +342,7 @@ public class PDFTemplateStructure
     /**
      * Gets AppearanceDictionary
      * That is <b>/AP</b> entry the appearance dictionary.
-     * @return
+     * @return the appearance directory.
      */
     public PDAppearanceDictionary getAppearanceDictionary()
     {
@@ -361,7 +361,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets Inner form Stream.
-     * @return
+     * @return the inner form's stream.
      */
     public PDStream getInnterFormStream()
     {
@@ -379,7 +379,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets inner form Resource
-     * @return
+     * @return the inner form's resources.
      */
     public PDResources getInnerFormResources()
     {
@@ -400,7 +400,7 @@ public class PDFTemplateStructure
      * <b> AcroForm/DR/XObject/{holder form name}/Resources/XObject/{inner name} </b>
      * By default inner form name starts with "n". Then we add number of form
      * to the name.
-     * @return
+     * @return the inner form.
      */
     public PDXObjectForm getInnerForm()
     {
@@ -419,7 +419,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets name of inner form
-     * @return
+     * @return the inner form's name.
      */
     public String getInnerFormName()
     {
@@ -437,7 +437,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets Image form stream
-     * @return
+     * @return the inner form's stream.
      */
     public PDStream getImageFormStream()
     {
@@ -455,7 +455,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets image form resources
-     * @return
+     * @return the image form's resources.
      */
     public PDResources getImageFormResources()
     {
@@ -475,7 +475,7 @@ public class PDFTemplateStructure
      * Gets Image form. Image form is in this structure: 
      * <b>/AcroForm/DR/{holder form}/Resources/XObject /{inner form} </b>
      * /Resources/XObject/{image form name}.
-     * @return
+     * @return the image form.
      */
     public PDXObjectForm getImageForm()
     {
@@ -498,7 +498,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets image form name
-     * @return
+     * @return the image form's name.
      */
     public String getImageFormName()
     {
@@ -516,7 +516,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets visible signature image name
-     * @return
+     * @return the visible signature image's name.
      */
     public String getImageName()
     {
@@ -535,7 +535,7 @@ public class PDFTemplateStructure
     /**
      * Gets COSDocument of visible Signature.
      * @see org.apache.pdfbox.cos.COSDocument
-     * @return
+     * @return the document representing the visual signature.
      */
     public COSDocument getVisualSignature()
     {
@@ -555,7 +555,7 @@ public class PDFTemplateStructure
 
     /**
      * Gets acroFormFields
-     * @return
+     * @return the fields within the AcroForm.
      */
     public List<PDField> getAcroFormFields()
     {
@@ -573,7 +573,7 @@ public class PDFTemplateStructure
     
    /**
     * Gets AP of the created template
-    * @return
+    * @return the apperance stream of the created template.
     * @throws IOException
     * @throws COSVisitorException
     */
@@ -594,8 +594,8 @@ public class PDFTemplateStructure
     /**
      * Gets Widget Dictionary.
      * {@link org.apache.pdfbox.pdmodel.interactive.form.PDField}
-     * @see org.apache.pdfbox.pdmodel.interactive.form.PDField.getWidget() 
-     * @return
+     * @see org.apache.pdfbox.pdmodel.interactive.form.PDField#getWidget() 
+     * @return the dictionary representing the widget.
      */
     public COSDictionary getWidgetDictionary()
     {
@@ -605,7 +605,7 @@ public class PDFTemplateStructure
     /**
      * Sets Widget Dictionary.
      * {@link org.apache.pdfbox.pdmodel.interactive.form.PDField}
-     * @see org.apache.pdfbox.pdmodel.interactive.form.PDField.getWidget() 
+     * @see org.apache.pdfbox.pdmodel.interactive.form.PDField#getWidget() 
      * @param widgetDictionary
      */
     public void setWidgetDictionary(COSDictionary widgetDictionary)

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDVisibleSigProperties.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDVisibleSigProperties.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDVisibleSigProperties.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDVisibleSigProperties.java Fri Apr 25 22:02:02 2014
@@ -61,7 +61,7 @@ public class PDVisibleSigProperties
     /**
      * Sets signer name
      * @param signerName
-     * @return
+     * @return the visible signature properties.
      */
     public PDVisibleSigProperties signerName(String signerName)
     {
@@ -81,7 +81,7 @@ public class PDVisibleSigProperties
     /**
      * Sets location
      * @param signerLocation
-     * @return
+     * @return the visible signature properties.
      */
     public PDVisibleSigProperties signerLocation(String signerLocation)
     {
@@ -101,7 +101,7 @@ public class PDVisibleSigProperties
     /**
      * sets reason of signing
      * @param signatureReason
-     * @return
+     * @return the visible signature properties.
      */
     public PDVisibleSigProperties signatureReason(String signatureReason)
     {
@@ -111,7 +111,7 @@ public class PDVisibleSigProperties
 
     /**
      * returns your page
-     * @return 
+     * @return the page number.
      */
     public int getPage()
     {
@@ -121,7 +121,7 @@ public class PDVisibleSigProperties
     /**
      * sets page number
      * @param page
-     * @return
+     * @return the visible signature properties.
      */
     public PDVisibleSigProperties page(int page)
     {
@@ -131,7 +131,7 @@ public class PDVisibleSigProperties
 
     /**
      * gets our preferred size
-     * @return
+     * @return the signature's preferred size.
      */
     public int getPreferredSize()
     {
@@ -141,7 +141,7 @@ public class PDVisibleSigProperties
     /**
      * sets our preferred size
      * @param preferredSize
-     * @return
+     * @return the visible signature properties.
      */
     public PDVisibleSigProperties preferredSize(int preferredSize)
     {
@@ -151,7 +151,7 @@ public class PDVisibleSigProperties
 
     /**
      * checks if we need to add visible signature
-     * @return
+     * @return state if visible signature is needed.
      */
     public boolean isVisualSignEnabled()
     {
@@ -161,7 +161,7 @@ public class PDVisibleSigProperties
     /**
      * sets visible signature to be added or not
      * @param visualSignEnabled
-     * @return
+     * @return the visible signature properties.
      */
     public PDVisibleSigProperties visualSignEnabled(boolean visualSignEnabled)
     {
@@ -171,7 +171,7 @@ public class PDVisibleSigProperties
 
     /**
      * this method gets visible signature configuration object
-     * @return
+     * @return the visible signature configuration.
      */
     public PDVisibleSignDesigner getPdVisibleSignature()
     {
@@ -181,7 +181,7 @@ public class PDVisibleSigProperties
     /**
      * Sets visible signature configuration Object
      * @param pdVisibleSignature
-     * @return
+     * @return the visible signature properties.
      */
     public PDVisibleSigProperties setPdVisibleSignature(PDVisibleSignDesigner pdVisibleSignature)
     {
@@ -191,7 +191,7 @@ public class PDVisibleSigProperties
 
     /**
      * returns visible signature configuration object
-     * @return
+     * @return the input stream representing the visible signature.
      */
     public InputStream getVisibleSignature()
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDVisibleSignDesigner.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDVisibleSignDesigner.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDVisibleSignDesigner.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDVisibleSignDesigner.java Fri Apr 25 22:02:02 2014
@@ -61,7 +61,7 @@ public class PDVisibleSignDesigner
      * 
      * @param originalDocumenStream
      * @param imageStream
-     * @param page-which page are you going to add visible signature
+     * @param page the page number the visible signature is added to.
      * @throws IOException
      */
     public PDVisibleSignDesigner(InputStream originalDocumenStream, InputStream imageStream, int page) throws IOException
@@ -75,7 +75,7 @@ public class PDVisibleSignDesigner
      * 
      * @param documentPath - path of your pdf document
      * @param imageStream - stream of image
-     * @param page -which page are you going to add visible signature
+     * @param page the page number the visible signature is added to.
      * @throws IOException
      */
     public PDVisibleSignDesigner(String documentPath, InputStream imageStream, int page) throws IOException
@@ -97,7 +97,7 @@ public class PDVisibleSignDesigner
      * 
      * @param doc - Already created PDDocument of your PDF document
      * @param imageStream
-     * @param page
+     * @param page the page number the visible signature is added to.
      * @throws IOException - If we can't read, flush, or can't close stream
      */
     public PDVisibleSignDesigner(PDDocument doc, InputStream imageStream, int page) throws IOException 
@@ -110,7 +110,7 @@ public class PDVisibleSignDesigner
      * Each page of document can be different sizes.
      * 
      * @param document
-     * @param page
+     * @param page the page number for which the size should be calculated
      */
     private void calculatePageSize(PDDocument document, int page)
     {
@@ -149,7 +149,7 @@ public class PDVisibleSignDesigner
     /**
      * zoom signature image with some percent.
      * 
-     * @param percent- x % increase image with x percent.
+     * @param percent the percentage for zooming the image.
      * @return Visible Signature Configuration Object
      */
     public PDVisibleSignDesigner zoom(float percent)
@@ -161,8 +161,8 @@ public class PDVisibleSignDesigner
 
     /**
      * 
-     * @param xAxis - x coordinate 
-     * @param yAxis - y coordinate
+     * @param x the x coordinate 
+     * @param y the y coordinate
      * @return Visible Signature Configuration Object
      */
     public PDVisibleSignDesigner coordinates(float x, float y)
@@ -223,7 +223,7 @@ public class PDVisibleSignDesigner
 
     /**
      * 
-     * @param sets signature image width
+     * @param signatureImgWidth the signature image width
      * @return Visible Signature Configuration Object
      */
     public PDVisibleSignDesigner width(float signatureImgWidth)
@@ -243,7 +243,7 @@ public class PDVisibleSignDesigner
 
     /**
      * 
-     * @param set signature image Height
+     * @param signatureImgHeight the signature image Height
      * @return Visible Signature Configuration Object
      */
     public PDVisibleSignDesigner height(float signatureImgHeight)
@@ -406,7 +406,7 @@ public class PDVisibleSignDesigner
 
     /**
      * 
-     * @param sets pageWidth
+     * @param pageWidth the pageWidth
      * @return Visible Signature Configuration Object
      */
     public PDVisibleSignDesigner pageWidth(float pageWidth)
@@ -426,7 +426,7 @@ public class PDVisibleSignDesigner
 
     /**
      * get image size in percents
-     * @return
+     * @return image size in percent.
      */
     public float getImageSizeInPercents()
     {
@@ -444,7 +444,7 @@ public class PDVisibleSignDesigner
 
     /**
      * returns visible signature text
-     * @return
+     * @return visible signature text.
      */
     public String getSignatureText()
     {
@@ -454,7 +454,7 @@ public class PDVisibleSignDesigner
     /**
      * 
      * @param signatureText - adds the text on visible signature
-     * @return
+     * @return Visible Signature Configuration Object
      */
     public PDVisibleSignDesigner signatureText(String signatureText)
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageDestination.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageDestination.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageDestination.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageDestination.java Fri Apr 25 22:02:02 2014
@@ -118,7 +118,7 @@ public abstract class PDPageDestination 
      * this is a page number or a reference to a page.
      *
      * @since Apache PDFBox 1.0.0
-     * @see PDOutlineItem
+     * @see org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineItem
      * @return page number, or -1 if the destination type is unknown
      */
     public int findPageNumber() {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDPushButton.java Fri Apr 25 22:02:02 2014
@@ -32,7 +32,7 @@ public class PDPushButton extends PDFiel
 {
 
     /**
-     * @see org.apache.pdfbox.pdmodel.field.PDField#COSField(org.apache.pdfbox.cos.COSDictionary)
+     * @see PDField#PDField(PDAcroForm, COSDictionary)
      *
      * @param theAcroForm The acroForm for this field.
      * @param field The field for this push button.
@@ -43,7 +43,7 @@ public class PDPushButton extends PDFiel
     }
 
     /**
-     * @see as.interactive.pdf.form.cos.COSField#setValue(java.lang.String)
+     * @see PDField#setValue(java.lang.String)
      *
      * @param value The new value for the field.
      *

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/BitFlagHelper.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/BitFlagHelper.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/BitFlagHelper.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/BitFlagHelper.java Fri Apr 25 22:02:02 2014
@@ -79,7 +79,7 @@ public class BitFlagHelper
      *
      * @return true if the number at bitPos is '1'
      *
-     * @deprecated  use {@link #getFlag(COSDictionary, COSName, boolean)} using COSName constants instead
+     * @deprecated  use {@link #getFlag(COSDictionary, COSName, int)} using COSName constants instead
      */
     public static final boolean getFlag(COSDictionary dic, String field, int bitFlag)
     {

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/DateConverter.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/DateConverter.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/DateConverter.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/DateConverter.java Fri Apr 25 22:02:02 2014
@@ -578,7 +578,7 @@ public class DateConverter
      * @param text The text to be parsed.
      * 
      * @param fmts A list of formats to be tried. The syntax is that for 
-     *      {@link #java.text.SimpleDateFormat}
+     *      {@link java.text.SimpleDateFormat}
      * 
      * @param initialWhere At start this is the position to begin
      *      examining the text. Upon return it will have been
@@ -732,7 +732,7 @@ public class DateConverter
        
     /**
      * Converts a string to a Calendar by parsing the String for a date.
-     * @see toCalendar(String).
+     * @see #toCalendar(String).
      *
      * The returned value will have 0 for DST_OFFSET.
      * 
@@ -741,7 +741,7 @@ public class DateConverter
      *      Or null if text was null.
      * @throws IOException If the date string is not in the correct format.
      * @deprecated This method throws an IOException for failure. Replace
-     *      calls to it with {@link #toCalendar(text.getString(), null)} 
+     *      calls to it with {@link #toCalendar(String, String[])}
      *      and test for failure with
      *          (value == null || value.get(Calendar.YEAR) == INVALID_YEAR)
      */
@@ -756,7 +756,7 @@ public class DateConverter
     
     /**
      * Converts a string date to a Calendar date value; equivalent to 
-     * {@link #toCalendar(String, null)}, 
+     * {@link #toCalendar(String, String[])} using <pre>null</pre> for the second parameter,
      * but throws an IOException for failure.
      * 
      * The returned value will have 0 for DST_OFFSET.
@@ -767,7 +767,8 @@ public class DateConverter
      * @throws IOException If the date string is non-null 
      *      and not a parseable date.
      * @deprecated This method throws an IOException for failure. Replace
-     *      calls to it with {@link #toCalendar(text, null)} 
+     *      calls to it with {@link #toCalendar(String, String[])}
+     *      using <pre>null</pre> for the second parameter
      *      and test for failure with
      *          (value == null || value.get(Calendar.YEAR) == INVALID_YEAR)
      */

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/ICU4JImpl.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/ICU4JImpl.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/ICU4JImpl.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/ICU4JImpl.java Fri Apr 25 22:02:02 2014
@@ -49,7 +49,7 @@ public class ICU4JImpl 
 
     /**
      * Takes a line of text in presentation order and converts it to logical order.
-     * @see TextNormalize.makeLineLogicalOrder(String, boolean)     
+     * @see TextNormalize#makeLineLogicalOrder(String, boolean)     
      *  
      * @param str String to convert
      * @param isRtlDominant RTL (right-to-left) will be the dominant text direction
@@ -69,7 +69,7 @@ public class ICU4JImpl 
 
     /**
      * Normalize presentation forms of characters to the separate parts. 
-     * @see TextNormalize.normalizePres(String)
+     * @see TextNormalize#normalizePres(String)
      * 
      * @param str String to normalize
      * @return Normalized form

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFImageWriter.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFImageWriter.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFImageWriter.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFImageWriter.java Fri Apr 25 22:02:02 2014
@@ -66,7 +66,7 @@ public class PDFImageWriter extends PDFS
 
     /**
      * Converts a given page range of a PDF document to bitmap images by calling
-     * {@link writeImage(PDDocument document, String imageFormat, String password, int startPage, int endPage,
+     * {@link #writeImage(PDDocument document, String imageFormat, String password, int startPage, int endPage,
      * String outputPrefix, int imageType, int resolution)} with imageType {@link BufferedImage}.TYPE_INT_RGB
      * and screen resolution, or 96dpi if screen resolution is unavailable.
      *  

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PageExtractor.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PageExtractor.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PageExtractor.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PageExtractor.java Fri Apr 25 22:02:02 2014
@@ -33,7 +33,7 @@ public class PageExtractor {
     
     /** 
      * Creates a new instance of PageExtractor
-     * @param document The document to split.
+     * @param sourceDocument The document to split.
      */
     public PageExtractor(PDDocument sourceDocument) {
         this.sourceDocument = sourceDocument;
@@ -42,7 +42,7 @@ public class PageExtractor {
     
     /** 
      * Creates a new instance of PageExtractor
-     * @param document The document to split.
+     * @param sourceDocument The document to split.
      * @param startPage The first page you want extracted (inclusive)
      * @param endPage The last page you want extracted (inclusive)
      */

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/TextPosition.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/TextPosition.java?rev=1590161&r1=1590160&r2=1590161&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/TextPosition.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/TextPosition.java Fri Apr 25 22:02:02 2014
@@ -133,7 +133,7 @@ public class TextPosition
      * @param fontSizeValue The new font size.
      * @param fontSizeInPt The font size in pt units.
      *
-     * @deprecated Use {@link TextPosition(int, float, float, Matrix, float, float, float, float, float, 
+     * @deprecated Use {@link #TextPosition(int, float, float, Matrix, float, float, float, float, float, 
      * String, PDFont, float, int)} instead.
      */
     public TextPosition(