Skip to content

Commit e60ba0b

Browse files
committed
Fix PrettyPrinter
1 parent 853c4b1 commit e60ba0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/de/rub/nds/modifiablevariable/util/XMLPrettyPrinter.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,9 @@ public class XMLPrettyPrinter {
9898
* @throws SAXException
9999
* @throws IOException
100100
* @throws TransformerException
101-
* @throws XPathExpressionException
102101
*/
103102
public static String prettyPrintXML(String input) throws TransformerConfigurationException,
104-
ParserConfigurationException, SAXException, IOException, TransformerException, XPathExpressionException,
105-
XPathFactoryConfigurationException {
103+
ParserConfigurationException, SAXException, IOException, TransformerException, XPathExpressionException {
106104
return input;
107105
// Transformer transformer =
108106
// TransformerFactory.newInstance().newTransformer();

0 commit comments

Comments
 (0)