make/src/classes/build/tools/dtdbuilder/DTDParser.java

Print this page

        

@@ -33,12 +33,10 @@
 import java.util.Vector;
 import java.util.Hashtable;
 import java.util.BitSet;
 import java.text.MessageFormat;
 
-import sun.misc.MessageUtils;
-
 /**
  * A parser for DTDs. This parser roughly corresponds to the
  * rules specified in "The SGML Handbook" by Charles F. Goldfarb.
  * The end result of parsing the stream is a DTD object.
  *