From 8d3f5bd0cfb9124ded8008af47fc5ea531d11b0e Mon Sep 17 00:00:00 2001 From: Ben Linskey Date: Mon, 16 Dec 2013 20:00:18 -0500 Subject: Add grammar database creation code. --- src/com/benlinskey/grdbc/LexiconParser.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/com/benlinskey/grdbc/LexiconParser.java') diff --git a/src/com/benlinskey/grdbc/LexiconParser.java b/src/com/benlinskey/grdbc/LexiconParser.java index 46dcad5..69d474b 100644 --- a/src/com/benlinskey/grdbc/LexiconParser.java +++ b/src/com/benlinskey/grdbc/LexiconParser.java @@ -55,7 +55,8 @@ public class LexiconParser { * @throws IOException * @throws SAXException */ - public LexiconParser(String xml) throws ParserConfigurationException, SAXException, IOException { + public LexiconParser(String xml) + throws ParserConfigurationException, SAXException, IOException { // Parse the XML and create a Document. DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); DocumentBuilder db = dbf.newDocumentBuilder(); -- cgit v1.2.3