]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Updated generics comment.
authorAdrian Cumiskey <acumiskey@apache.org>
Mon, 21 Jul 2008 14:30:27 +0000 (14:30 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Mon, 21 Jul 2008 14:30:27 +0000 (14:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@678438 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/afp/AFPRendererConfigurator.java

index 3b3a1c522c18989c244eb37eee5712f986b8cdbe..1723802f91e1cdd21007a6b25e70853085726d53 100644 (file)
@@ -57,7 +57,7 @@ public class AFPRendererConfigurator extends PrintRendererConfigurator {
         throws ConfigurationException {
 
         Configuration[] triple = fontCfg.getChildren("font-triplet");
-        List/*<FontTriplet>*/ tripletList = new java.util.ArrayList();
+        List/*<FontTriplet>*/ tripletList = new java.util.ArrayList/*<FontTriplet>*/();
         if (triple.length == 0) {
             log.error("Mandatory font configuration element '<font-triplet...' is missing");
             return null;