Skip to content

Commit

Permalink
fix errors, #177
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jul 15, 2023
1 parent 4aa9860 commit 1ae55be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/org/metanorma/fop/fontConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
import org.apache.fop.fonts.FontTriplet;
import org.metanorma.fop.fonts.DefaultFonts;
import org.metanorma.fop.fonts.FOPFont;
import org.metanorma.fop.fonts.FOPFontAlternate;
Expand Down Expand Up @@ -33,11 +34,9 @@
import javax.xml.parsers.ParserConfigurationException;
import org.w3c.dom.Document;
import org.xml.sax.SAXException;

import java.nio.file.StandardCopyOption;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.stream.Collectors;
Expand All @@ -56,6 +55,7 @@
import javax.xml.xpath.XPathFactory;
import org.apache.fop.fonts.autodetect.FontFileFinder;
import static org.metanorma.fop.PDFGenerator.logger;

import org.metanorma.utils.LoggerHelper;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
Expand Down

0 comments on commit 1ae55be

Please sign in to comment.