diff --git a/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfDocument.java b/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfDocument.java index a9d6d298f..feabe5cda 100644 --- a/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfDocument.java +++ b/fine-itext/src/com/fr/third/v2/lowagie/text/pdf/PdfDocument.java @@ -1357,7 +1357,7 @@ public class PdfDocument extends Document { * @param ratio * @throws DocumentException on error */ - public void writeLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, Object currentValues[], float ratio) throws DocumentException { + void writeLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, Object currentValues[], float ratio) throws DocumentException { PdfFont currentFont = (PdfFont)(currentValues[0]); float lastBaseFactor = ((Float)(currentValues[1])).floatValue(); PdfChunk chunk;