]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added generics comments.
authorAdrian Cumiskey <acumiskey@apache.org>
Tue, 23 Jun 2009 13:18:44 +0000 (13:18 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Tue, 23 Jun 2009 13:18:44 +0000 (13:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@787668 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java

index 03a3e1018e10350f35ef02a07a37002838d136d6..e2858e2f77b4497e3e92cb03fcf8dc6623f20358 100644 (file)
@@ -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) {