Author: mcombellack
Date: Thu Mar 20 13:36:22 2008
New Revision: 639444
URL: http://svn.apache.org/viewvc?rev=639444&view=rev
Log:
Minor JavaDoc updates and spelling corrections
Modified:
incubator/tuscany/java/sca/modules/domain-api/src/main/java/org/apache/tuscany/sca/domain/SCADomain.java
Modified:
incubator/tuscany/java/sca/modules/domain-api/src/main/java/org/apache/tuscany/sca/domain/SCADomain.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/domain-api/src/main/java/org/apache/tuscany/sca/domain/SCADomain.java?rev=639444&r1=639443&r2=639444&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/domain-api/src/main/java/org/apache/tuscany/sca/domain/SCADomain.java
(original)
+++
incubator/tuscany/java/sca/modules/domain-api/src/main/java/org/apache/tuscany/sca/domain/SCADomain.java
Thu Mar 20 13:36:22 2008
@@ -71,7 +71,7 @@
throws DomainException;
/**
- * Update an SCA contribution that has previousle been added to the domain.
+ * Update an SCA contribution that has previously been added to the domain.
*
* @param contributionURI the URI of the contribution
* @param contributionURL the URL of the contribution
@@ -130,7 +130,7 @@
/**
* Returns an XML string representation of the domain level composite
*
- * @return xml representing the domain level composite
+ * @return XML representing the domain level composite
*/
public String getDomainLevelComposite()
throws DomainException;
@@ -139,7 +139,7 @@
* Returns an XML String representation of a artifact from within the
* domain namespace formed by the domain level composite
*
- * @return xml representing the specified artifact
+ * @return XML representing the specified artifact
*/
public String getQNameDefinition(QName artifact)
throws DomainException;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]