Author: tilman
Date: Tue Dec  5 08:01:46 2023
New Revision: 1914347

URL: http://svn.apache.org/viewvc?rev=1914347&view=rev
Log:
PDFBOX-5660: make javadoc HTML, by Axel Howind

Modified:
    
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/cos/COSUpdateState.java

Modified: 
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/cos/COSUpdateState.java
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/cos/COSUpdateState.java?rev=1914347&r1=1914346&r2=1914347&view=diff
==============================================================================
--- 
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/cos/COSUpdateState.java
 (original)
+++ 
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/cos/COSUpdateState.java
 Tue Dec  5 08:01:46 2023
@@ -308,9 +308,8 @@ public class COSUpdateState
     }
     
     /**
-     * This shall {@link #setOriginDocumentState(COSDocumentState, boolean)}  
for the dereferenced child,
-     * initializing it´s {@link #originDocumentState}.
-     * </p>
+     * This shall {@link #setOriginDocumentState(COSDocumentState, boolean)} 
for the dereferenced child,
+     * initializing its {@link #originDocumentState}.
      * <p>
      * This shall have no effect for a child, that is not an instance of 
{@link COSUpdateInfo} and will never change
      * the child´s {@link #updated} state.


Reply via email to