Author: rahul
Date: Tue Jan 31 07:52:07 2006
New Revision: 373845
URL: http://svn.apache.org/viewcvs?rev=373845&view=rev
Log:
Correct a typo and an URL that changed recently
Modified:
jakarta/commons/sandbox/scxml/branches/STATELESS_MODEL/xdocs/api-notes/core-digester.xml
Modified:
jakarta/commons/sandbox/scxml/branches/STATELESS_MODEL/xdocs/api-notes/core-digester.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/branches/STATELESS_MODEL/xdocs/api-notes/core-digester.xml?rev=373845&r1=373844&r2=373845&view=diff
==============================================================================
---
jakarta/commons/sandbox/scxml/branches/STATELESS_MODEL/xdocs/api-notes/core-digester.xml
(original)
+++
jakarta/commons/sandbox/scxml/branches/STATELESS_MODEL/xdocs/api-notes/core-digester.xml
Tue Jan 31 07:52:07 2006
@@ -45,7 +45,7 @@
SCXML scxml = null;
try {
- scxml = SCXMLDigester.digest(<URL>, <ErroHandler>);
+ scxml = SCXMLDigester.digest(<URL>, <ErrorHandler>);
} catch (IOException ioe) {
// IOException while parsing
} catch (SAXException se) {
@@ -76,7 +76,7 @@
so the document must be a standalone document.</p>
<p>The <code>SCXMLDigester</code> Javadoc is available
- <a href="../apidocs/org/apache/commons/scxml/SCXMLDigester.html">
+ <a href="../apidocs/org/apache/commons/scxml/io/SCXMLDigester.html">
here</a>.
</p>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]