You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2007/12/04 23:47:31 UTC

svn commit: r601132 - /commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java

Author: rahul
Date: Tue Dec  4 14:47:31 2007
New Revision: 601132

URL: http://svn.apache.org/viewvc?rev=601132&view=rev
Log:
Deprecate in favor of the newer parser, and better naming.

Modified:
    commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java

Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java?rev=601132&r1=601131&r2=601132&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java (original)
+++ commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java Tue Dec  4 14:47:31 2007
@@ -87,6 +87,9 @@
  *  <li>Obtain a SCXML Digester for further customization of the default
  *      ruleset.</li>
  * </ol>
+ *
+ * @deprecated Use {@link SCXMLParser} instead, after updating the SCXML
+ *             document as necessary, in line with newer Working Drafts.
  */
 public final class SCXMLDigester {