Removed reference to FESI package.

This commit is contained in:
hns 2003-06-24 14:07:33 +00:00
parent 7db0c07fe2
commit 284121edeb

View file

@ -138,7 +138,7 @@ public class DocPrototype extends DocDirElement {
System.out.println("couldn't parse file " + f.getAbsolutePath() + ": " + System.out.println("couldn't parse file " + f.getAbsolutePath() + ": " +
ex.toString()); ex.toString());
ex.printStackTrace(); ex.printStackTrace();
} catch (FESI.Parser.TokenMgrError err) { } catch (Throwable err) {
System.out.println("couldn't parse file " + f.getAbsolutePath() + ": " + System.out.println("couldn't parse file " + f.getAbsolutePath() + ": " +
err.toString()); err.toString());
} }