changeset 13:da8c1569b0c1

minor fix
author one
date Thu, 02 Sep 2010 18:39:15 +0900
parents fbc80bc6204c
children 1baccfe55597
files src/plparser/PLCharScannerImpl.java src/plparser/PropertyListParser.java
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/plparser/PLCharScannerImpl.java	Thu Sep 02 11:58:49 2010 +0900
+++ b/src/plparser/PLCharScannerImpl.java	Thu Sep 02 18:39:15 2010 +0900
@@ -17,8 +17,7 @@
 	}
 
 	public PLCharScannerImpl() {
-		super();
-	}
+		}
 
 	public Token<Node> lookupDict(CharBuffer w, TokenID id) {
 		Token<Node> t;
--- a/src/plparser/PropertyListParser.java	Thu Sep 02 11:58:49 2010 +0900
+++ b/src/plparser/PropertyListParser.java	Thu Sep 02 18:39:15 2010 +0900
@@ -41,8 +41,8 @@
 	}
 
 	public void initialize() {
-		scanner = new PropertyListScanner<Node>();
-		// scanner = new PropertyListCharTokenizer<Node>();
+		// scanner = new PropertyListScanner<Node>();
+		scanner = new PropertyListCharTokenizer<Node>();
 		dict = scanner.dictionary();
 		initReservedWord(dict);
 		//	scope = new PropertyListScope<Node>(null,dict);