You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2018/08/26 08:39:16 UTC

svn commit: r1839174 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java

Author: tilman
Date: Sun Aug 26 08:39:16 2018
New Revision: 1839174

URL: http://svn.apache.org/viewvc?rev=1839174&view=rev
Log:
PDFBOX-4294: fix html in javadoc

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java?rev=1839174&r1=1839173&r2=1839174&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java Sun Aug 26 08:39:16 2018
@@ -526,7 +526,7 @@ public class Overlay
      *
      * @param inputFile the file to be overlayed. The {@link PDDocument} object gathered from
      * opening this file will be returned by
-     * {@link #overlay(java.util.Map) overlay(Map<Integer, String>)}.
+     * {@link #overlay(java.util.Map) overlay(Map&lt;Integer, String&gt;)}.
      */
     public void setInputFile(String inputFile)
     {
@@ -537,7 +537,7 @@ public class Overlay
      * Sets the PDF to be overlayed.
      *
      * @param inputPDF the PDF to be overlayed. This will be the object that is returned by
-     * {@link #overlay(java.util.Map) overlay(Map<Integer, String>)}.
+     * {@link #overlay(java.util.Map) overlay(Map&lt;Integer, String&gt;)}.
      */
     public void setInputPDF(PDDocument inputPDF)
     {