Author: tilman
Date: Thu Aug 27 08:56:35 2026
New Revision: 1937511

Log:
PDFBOX-6244: revert

Modified:
   pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/Loader.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/Loader.java
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/Loader.java     Thu Aug 
27 08:55:31 2026        (r1937510)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/Loader.java     Thu Aug 
27 08:56:35 2026        (r1937511)
@@ -156,8 +156,6 @@ public class Loader
     
     /**
      * Parses a PDF. Unrestricted main memory will be used for buffering PDF 
streams.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param input byte array that contains the document. {@link 
org.apache.pdfbox.io.RandomAccessReadBuffer} is used
      * to read the data.
@@ -174,8 +172,6 @@ public class Loader
     
     /**
      * Parses a PDF. Unrestricted main memory will be used for buffering PDF 
streams.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param input byte array that contains the document. {@link 
org.apache.pdfbox.io.RandomAccessReadBuffer} is used
      * to read the data.
@@ -193,8 +189,6 @@ public class Loader
     
     /**
      * Parses a PDF. Unrestricted main memory will be used for buffering PDF 
streams.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param input byte array that contains the document. {@link 
org.apache.pdfbox.io.RandomAccessReadBuffer} is used
      * to read the data.
@@ -215,8 +209,6 @@ public class Loader
     
     /**
      * Parses a PDF.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param input byte array that contains the document. {@link 
org.apache.pdfbox.io.RandomAccessReadBuffer} is used
      * to read the data.
@@ -251,8 +243,6 @@ public class Loader
     
     /**
      * Parses a PDF. Unrestricted main memory will be used for buffering PDF 
streams.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param file file to be loaded. {@link 
org.apache.pdfbox.io.RandomAccessReadBufferedFile} is used to read the
      * file.
@@ -269,8 +259,6 @@ public class Loader
     
     /**
      * Parses a PDF.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param file file to be loaded. {@link 
org.apache.pdfbox.io.RandomAccessReadBufferedFile} is used to read the
      * file.
@@ -290,8 +278,6 @@ public class Loader
     
     /**
      * Parses a PDF. Unrestricted main memory will be used for buffering PDF 
streams.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param file file to be loaded. {@link 
org.apache.pdfbox.io.RandomAccessReadBufferedFile} is used to read the
      * file.
@@ -309,8 +295,6 @@ public class Loader
     
     /**
      * Parses a PDF.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param file file to be loaded. {@link 
org.apache.pdfbox.io.RandomAccessReadBufferedFile} is used to read the
      * file.
@@ -332,8 +316,6 @@ public class Loader
     
     /**
      * Parses a PDF. Unrestricted main memory will be used for buffering PDF 
streams.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param file file to be loaded. {@link 
org.apache.pdfbox.io.RandomAccessReadBufferedFile} is used to read the
      * file.
@@ -353,8 +335,6 @@ public class Loader
     
     /**
      * Parses a PDF.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param file file to be loaded. {@link 
org.apache.pdfbox.io.RandomAccessReadBufferedFile} is used to read the
      * file.
@@ -387,8 +367,6 @@ public class Loader
 
     /**
      * Parses a PDF. Unrestricted main memory will be used for buffering PDF 
new streams.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param randomAccessRead random access read representing the pdf to be 
loaded. To pass an
      * InputStream, wrap it into a {@link RandomAccessReadBuffer}.
@@ -405,8 +383,6 @@ public class Loader
 
     /**
      * Parses a PDF.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      * 
      * @param randomAccessRead random access read representing the pdf to be 
loaded. To pass an
      * InputStream, wrap it into a {@link RandomAccessReadBuffer}.
@@ -427,8 +403,6 @@ public class Loader
 
     /**
      * Parses a PDF. Unrestricted main memory will be used for buffering 
new/altered PDF streams.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      *
      * @param randomAccessRead random access read representing the pdf to be 
loaded. To pass an
      * InputStream, wrap it into a {@link RandomAccessReadBuffer}.
@@ -447,8 +421,6 @@ public class Loader
 
     /**
      * Parses a PDF. Unrestricted main memory will be used for buffering 
new/altered PDF streams.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      *
      * @param randomAccessRead random access read representing the pdf to be 
loaded. To pass an
      * InputStream, wrap it into a {@link RandomAccessReadBuffer}.
@@ -469,8 +441,6 @@ public class Loader
 
     /**
      * Parses a PDF.
-     * <p>
-     * Parsing does not include the verification or the validation of 
electronic signatures.
      *
      * @param randomAccessRead random access read representing the pdf to be 
loaded. To pass an
      * InputStream, wrap it into a {@link RandomAccessReadBuffer}.

Reply via email to