xsddoc/src/net/sf/xframe/xsddoc ProcessorException.java,1.5,1.6
Kurt Riede <[email protected]> Mon, 13 Dec 2004 13:23:16 +0000
| Newsgroups | gmane.text.xml.xframe.xsddoc.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10408/src/net/sf/xframe/xsddoc
Modified Files:
ProcessorException.java
Log Message:
minor code review
Index: ProcessorException.java
===================================================================
RCS file: /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc/ProcessorException.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ProcessorException.java 9 Dec 2004 12:42:17 -0000 1.5
--- ProcessorException.java 13 Dec 2004 13:23:14 -0000 1.6
***************
*** 87,93 ****
} if (this.getCause() instanceof TransformerException) {
return XMLUtil.getLocallizedMessageAndLocation((TransformerException) getCause());
- } else {
- return getCause().getMessage();
}
}
}
--- 87,92 ----
} if (this.getCause() instanceof TransformerException) {
return XMLUtil.getLocallizedMessageAndLocation((TransformerException) getCause());
}
+ return getCause().getMessage();
}
}
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/