You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by mc...@apache.org on 2008/03/21 21:08:29 UTC

svn commit: r639786 - /incubator/tuscany/java/sca/modules/implementation-resource/src/main/java/org/apache/tuscany/sca/implementation/resource/impl/ResourceImplementationProcessor.java

Author: mcombellack
Date: Fri Mar 21 13:08:28 2008
New Revision: 639786

URL: http://svn.apache.org/viewvc?rev=639786&view=rev
Log:
Minor JavaDoc updates and spelling corrections

Modified:
    incubator/tuscany/java/sca/modules/implementation-resource/src/main/java/org/apache/tuscany/sca/implementation/resource/impl/ResourceImplementationProcessor.java

Modified: incubator/tuscany/java/sca/modules/implementation-resource/src/main/java/org/apache/tuscany/sca/implementation/resource/impl/ResourceImplementationProcessor.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-resource/src/main/java/org/apache/tuscany/sca/implementation/resource/impl/ResourceImplementationProcessor.java?rev=639786&r1=639785&r2=639786&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-resource/src/main/java/org/apache/tuscany/sca/implementation/resource/impl/ResourceImplementationProcessor.java (original)
+++ incubator/tuscany/java/sca/modules/implementation-resource/src/main/java/org/apache/tuscany/sca/implementation/resource/impl/ResourceImplementationProcessor.java Fri Mar 21 13:08:28 2008
@@ -42,7 +42,7 @@
 
 
 /**
- * Implements a STAX artifact processor for resource implementations.
+ * Implements a StAX artifact processor for resource implementations.
  *
  * @version $Rev$ $Date$
  */
@@ -58,7 +58,7 @@
     }
 
     public QName getArtifactType() {
-        // Returns the qname of the XML element processed by this processor
+        // Returns the QName of the XML element processed by this processor
         return IMPLEMENTATION_RESOURCE;
     }
 
@@ -75,7 +75,7 @@
         // resources
         String location = reader.getAttributeValue(null, "location");
 
-        // Create an initialize the resource implementationmodel
+        // Create an initialize the resource implementation model
         ResourceImplementation implementation = implementationFactory.createResourceImplementation();
         implementation.setLocation(location);
         implementation.setUnresolved(true);



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org