diff options
author | Mehdi Houshmand <mehdi@apache.org> | 2012-06-20 13:51:14 +0000 |
---|---|---|
committer | Mehdi Houshmand <mehdi@apache.org> | 2012-06-20 13:51:14 +0000 |
commit | c36ffee9dfbf111899bbca5f994e334ca6b95011 (patch) | |
tree | 70107daa49cea97a4456a32087d0703baf84eed8 /src/java/org/apache/fop/cli/CommandLineOptions.java | |
parent | d32664f71c991d0d9fd4445d3fc1b5e83bb0a963 (diff) | |
download | xmlgraphics-fop-c36ffee9dfbf111899bbca5f994e334ca6b95011.tar.gz xmlgraphics-fop-c36ffee9dfbf111899bbca5f994e334ca6b95011.zip |
Added tests and cleaning up of code
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1352101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/cli/CommandLineOptions.java')
-rw-r--r-- | src/java/org/apache/fop/cli/CommandLineOptions.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/cli/CommandLineOptions.java b/src/java/org/apache/fop/cli/CommandLineOptions.java index e0cf0fbb6..780c8758b 100644 --- a/src/java/org/apache/fop/cli/CommandLineOptions.java +++ b/src/java/org/apache/fop/cli/CommandLineOptions.java @@ -57,7 +57,7 @@ import org.apache.fop.render.print.PrintRenderer; import org.apache.fop.render.xml.XMLRenderer; import org.apache.fop.util.CommandLineLogger; -import static org.apache.fop.render.pdf.PDFRendererConfigOptions.ENCRYPTION_PARAMS; +import static org.apache.fop.render.pdf.PDFRendererConfigOption.ENCRYPTION_PARAMS; /** * Options parses the commandline arguments |