This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new e81ba41bb4a Polished
e81ba41bb4a is described below
commit e81ba41bb4a24f9f6bcdfa744b00b033191bd8dd
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jul 24 19:44:34 2023 +0200
Polished
---
.../src/main/java/org/apache/camel/component/pdf/Standard14Fonts.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/Standard14Fonts.java
b/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/Standard14Fonts.java
index e830d9d05b2..acc564175a8 100644
---
a/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/Standard14Fonts.java
+++
b/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/Standard14Fonts.java
@@ -24,8 +24,6 @@ import org.apache.pdfbox.pdmodel.font.PDType1Font;
/**
* The 14 standard fonts by name. Created here because there is no way to get
a standard font by name in {@code pdfbox}
* 2.0
- *
- * @author <a href="https://github.com/ppalaga">Peter Palaga</a>
*/
public final class Standard14Fonts {
private static final Map<String, PDType1Font> FONTS_BY_NAME = new
HashMap<>();