You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/05/23 18:29:47 UTC

svn commit: r1126571 - /commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/io/SCXMLReader.java

Author: sebb
Date: Mon May 23 16:29:47 2011
New Revision: 1126571

URL: http://svn.apache.org/viewvc?rev=1126571&view=rev
Log:
Javadoc

Modified:
    commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/io/SCXMLReader.java

Modified: commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/io/SCXMLReader.java
URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/io/SCXMLReader.java?rev=1126571&r1=1126570&r2=1126571&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/io/SCXMLReader.java (original)
+++ commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/io/SCXMLReader.java Mon May 23 16:29:47 2011
@@ -2278,7 +2278,7 @@ public final class SCXMLReader {
         final ClassLoader factoryClassLoader;
 
         /**
-         * @param allocator The {@link XMLEventAllocator} for the {@link XMLInputFactory}.
+         * The {@link XMLEventAllocator} for the {@link XMLInputFactory}.
          */
         final XMLEventAllocator allocator;
 
@@ -2289,12 +2289,12 @@ public final class SCXMLReader {
         final Map<String, Object> properties;
 
         /**
-         * @param resolver The {@link XMLResolver} for the {@link XMLInputFactory}.
+         * The {@link XMLResolver} for the {@link XMLInputFactory}.
          */
         final XMLResolver resolver;
 
         /**
-         * @param reporter The {@link XMLReporter} for the {@link XMLInputFactory}.
+         * The {@link XMLReporter} for the {@link XMLInputFactory}.
          */
         final XMLReporter reporter;