From: Glen Mazza Date: Sun, 4 Jan 2004 05:42:03 +0000 (+0000) Subject: Fix to remove unnecessary imports of Constants interface. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~937 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=df8d4c2df81a59b21fe685a3162ed43f71d731c6;p=xmlgraphics-fop.git Fix to remove unnecessary imports of Constants interface. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197109 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/codegen/properties.xsl b/src/codegen/properties.xsl index afe8af966..73c9cdedc 100644 --- a/src/codegen/properties.xsl +++ b/src/codegen/properties.xsl @@ -311,7 +311,7 @@ Software Foundation, please see . package org.apache.fop.fo.properties; -import org.apache.fop.fo.Constants; + @@ -338,6 +338,10 @@ import org.apache.fop.fo.*; import org.apache.fop.apps.FOPException; + + +import org.apache.fop.fo.Constants; + public class