Author: rahul
Date: Sat Oct 28 20:19:23 2006
New Revision: 468829
URL: http://svn.apache.org/viewvc?view=rev&rev=468829
Log:
Remove TODOs that are complete.
SHALE-263
Modified:
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/config/ConfigurationParser.java
Modified:
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/config/ConfigurationParser.java
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/config/ConfigurationParser.java?view=diff&rev=468829&r1=468828&r2=468829
==============================================================================
---
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/config/ConfigurationParser.java
(original)
+++
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/config/ConfigurationParser.java
Sat Oct 28 20:19:23 2006
@@ -39,8 +39,7 @@
* only on the Commons SCXML state machine engine library, and
* on the parsing technology (Commons Digester) being used.</p>
*
- * <p>TODO: Review Javadocs below if moved out of sandbox.
- * The configuration for each Shale dialog exists as a standalone
+ * <p>The configuration for each Shale dialog exists as a standalone
* SCXML document, with additional dialog "metadata" file(s)
* that serve as the entry point for the Shale Dialog Manager.</p>
*
@@ -237,7 +236,6 @@
DialogMetadata dMetadata = (DialogMetadata) entry.getValue();
String scxmlconfig = dMetadata.getConfig();
- // TODO - Relative URL testing
URL resource = new URL(getResource(), scxmlconfig);
InputSource source = new
InputSource(resource.toExternalForm());
source.setByteStream(resource.openStream());