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:08 UTC

svn commit: r1839173 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java

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

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

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

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java?rev=1839173&r1=1839172&r2=1839173&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java Sun Aug 26 08:39:08 2018
@@ -522,7 +522,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)
     {
@@ -533,7 +533,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)
     {