diff options
Diffstat (limited to 'src/java/org/apache/fop/pdf/PDFEncoding.java')
-rw-r--r-- | src/java/org/apache/fop/pdf/PDFEncoding.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/pdf/PDFEncoding.java b/src/java/org/apache/fop/pdf/PDFEncoding.java index 25e791e0d..64fd6f866 100644 --- a/src/java/org/apache/fop/pdf/PDFEncoding.java +++ b/src/java/org/apache/fop/pdf/PDFEncoding.java @@ -153,8 +153,8 @@ public class PDFEncoding extends PDFDictionary { /** * Creates an array containing the differences between two single-byte. * font encodings. - * @param encoding_A The first single-byte encoding - * @param encoding_B The second single-byte encoding + * @param encodingA The first single-byte encoding + * @param encodingB The second single-byte encoding * @return The PDFArray of differences between encodings */ public PDFArray buildDifferencesArray(SingleByteEncoding encodingA, |