Author: mcombellack
Date: Fri Mar 21 06:12:22 2008
New Revision: 639623

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

Modified:
    
incubator/tuscany/java/sca/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java
    
incubator/tuscany/java/sca/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java

Modified: 
incubator/tuscany/java/sca/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java?rev=639623&r1=639622&r2=639623&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/DASImplementationProcessor.java
 Fri Mar 21 06:12:22 2008
@@ -46,7 +46,7 @@
 
 
 /**
- * Implements a STAX artifact processor for DAS implementations.
+ * Implements a StAX artifact processor for DAS implementations.
  * 
  * The artifact processor is responsible for processing <implementation.das>
  * elements in SCA assembly XML composite files and populating the DAS
@@ -75,7 +75,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_DAS;
     }
 
@@ -106,7 +106,7 @@
         String config = reader.getAttributeValue(null, "config");
 
         // Read the data access type attribute
-        // This is the type of data store in use (e.g rdb, xml, etc)
+        // This is the type of data store in use (e.g RDB, XML, etc)
         String dataAccessType = reader.getAttributeValue(null, 
"dataAccessType");
 
         // Create an initialize the DAS implementation model

Modified: 
incubator/tuscany/java/sca/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java?rev=639623&r1=639622&r2=639623&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/implementation-das/src/main/java/org/apache/tuscany/sca/implementation/das/provider/DASInvoker.java
 Fri Mar 21 06:12:22 2008
@@ -32,7 +32,7 @@
  * 
  * The target invoker is responsible for dispatching invocations to the 
particular
  * component implementation logic. The current component implementation will
- * dispatch calls to the DAS apis to retrieve the requested data from the 
backend store
+ * dispatch calls to the DAS APIs to retrieve the requested data from the 
back-end store
  * 
  * @version $Rev$ $Date$
  */



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to