Removed reference to FESI package.
This commit is contained in:
parent
7db0c07fe2
commit
284121edeb
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue