diff options
Diffstat (limited to 'src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java')
-rw-r--r-- | src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java b/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java index 03a3e1018..e2858e2f7 100644 --- a/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java +++ b/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java @@ -212,7 +212,8 @@ public class FontInfoFinder { IOUtils.closeQuietly(in); } - List embedFontInfoList = new java.util.ArrayList(); //List<EmbedFontInfo> + List/*<EmbedFontInfo>*/ embedFontInfoList + = new java.util.ArrayList/*<EmbedFontInfo>*/(); // For each font name ... //for (String fontName : ttcNames) { |