Author: mcombellack
Date: Tue Mar 25 08:09:15 2008
New Revision: 640846
URL: http://svn.apache.org/viewvc?rev=640846&view=rev
Log:
Minor JavaDoc updates and spelling corrections
Modified:
incubator/tuscany/java/sca/itest/properties/src/main/java/mysca/test/myservice/impl/MyServiceImpl.java
incubator/tuscany/java/sca/itest/properties/src/main/java/mysca/test/myservice/impl/MyTotalServiceImpl.java
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABCDComponent.java
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABCDComponentImpl.java
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABComponent.java
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/CDComponent.java
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/PropertyComponent.java
incubator/tuscany/java/sca/itest/properties/src/test/java/org/apache/tuscany/sca/itest/OuterPropertyTestCase.java
incubator/tuscany/java/sca/itest/properties/src/test/java/org/apache/tuscany/sca/itest/PropertyTestCase.java
Modified:
incubator/tuscany/java/sca/itest/properties/src/main/java/mysca/test/myservice/impl/MyServiceImpl.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/java/mysca/test/myservice/impl/MyServiceImpl.java?rev=640846&r1=640845&r2=640846&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/properties/src/main/java/mysca/test/myservice/impl/MyServiceImpl.java
(original)
+++
incubator/tuscany/java/sca/itest/properties/src/main/java/mysca/test/myservice/impl/MyServiceImpl.java
Tue Mar 25 08:09:15 2008
@@ -31,7 +31,7 @@
* This class Implements the interface MyService and gives implementation for
all methods which are declared in that
* interface. scope is specified as Composite using
*
- * @scope annotaiton.
+ * @scope annotation.
*/
@Service(MyService.class)
Modified:
incubator/tuscany/java/sca/itest/properties/src/main/java/mysca/test/myservice/impl/MyTotalServiceImpl.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/java/mysca/test/myservice/impl/MyTotalServiceImpl.java?rev=640846&r1=640845&r2=640846&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/properties/src/main/java/mysca/test/myservice/impl/MyTotalServiceImpl.java
(original)
+++
incubator/tuscany/java/sca/itest/properties/src/main/java/mysca/test/myservice/impl/MyTotalServiceImpl.java
Tue Mar 25 08:09:15 2008
@@ -25,7 +25,7 @@
* This class Implements the interface MyService and gives implementation for
all methods which are declared in that
* interface. scope is specified as Composite using
*
- * @scope annotaiton.
+ * @scope annotation.
*/
@Service(MyService.class)
Modified:
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABCDComponent.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABCDComponent.java?rev=640846&r1=640845&r2=640846&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABCDComponent.java
(original)
+++
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABCDComponent.java
Tue Mar 25 08:09:15 2008
@@ -25,25 +25,25 @@
public interface ABCDComponent {
/**
- * This is a method to get a string property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a string property value from the SCA runtime
environment. It is implemented in the class
* ABCDComponentImpl
*/
String getA();
/**
- * This is a method to get a string property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a string property value from the SCA runtime
environment. It is implemented in the class
* ABCDComponentImpl
*/
String getB();
/**
- * This is a method to get a string property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a string property value from the SCA runtime
environment. It is implemented in the class
* ABCDComponentImpl
*/
String getC();
/**
- * This is a method to get a string property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a string property value from the SCA runtime
environment. It is implemented in the class
* ABCDComponentImpl
*/
String getD();
Modified:
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABCDComponentImpl.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABCDComponentImpl.java?rev=640846&r1=640845&r2=640846&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABCDComponentImpl.java
(original)
+++
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABCDComponentImpl.java
Tue Mar 25 08:09:15 2008
@@ -26,7 +26,7 @@
* This class Implements the interface ABCDComponent and gives implementation
for all methods which are declared in that
* interface. scope is specified as Composite using
*
- * @scope annotaiton.
+ * @scope annotation.
*/
@Scope("COMPOSITE")
public class ABCDComponentImpl implements ABCDComponent {
Modified:
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABComponent.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABComponent.java?rev=640846&r1=640845&r2=640846&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABComponent.java
(original)
+++
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/ABComponent.java
Tue Mar 25 08:09:15 2008
@@ -31,44 +31,44 @@
public interface ABComponent {
/**
- * This is a method to get a string property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a string property value from the SCA runtime
environment. It is implemented in the class
* ABComponentImpl
*/
String getA();
/**
- * This is a method to get a string property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a string property value from the SCA runtime
environment. It is implemented in the class
* ABComponentImpl
*/
String getB();
/**
- * This is a method to get a string property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a string property value from the SCA runtime
environment. It is implemented in the class
* ABComponentImpl
*/
String getZ();
/**
- * This is a method to get an integer property value from the sca runtime
environment. It is implemented in the
+ * This is a method to get an integer property value from the SCA runtime
environment. It is implemented in the
* class ABComponentImpl
*/
int getIntValue();
/**
- * This is a method to get a string property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a string property value from the SCA runtime
environment. It is implemented in the class
* ABComponentImpl
*/
String getF();
/**
- * This is a method to get collectioon of property values from the sca
runtime environment. It is implemented in the
+ * This is a method to get collection of property values from the SCA
runtime environment. It is implemented in the
* class ABComponentImpl
*/
Collection<String> getManyStringValues();
/**
- * This is a method to get collection of property value from the sca
runtime environment. It is implemented in the
+ * This is a method to get collection of property value from the SCA
runtime environment. It is implemented in the
* class ABComponentImpl
*/
Collection<Integer> getManyIntegers();
Modified:
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/CDComponent.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/CDComponent.java?rev=640846&r1=640845&r2=640846&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/CDComponent.java
(original)
+++
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/CDComponent.java
Tue Mar 25 08:09:15 2008
@@ -28,43 +28,43 @@
public interface CDComponent {
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* CDComponentImpl Class
*/
String getC();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* CDComponentImpl Class
*/
String getC2();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* CDComponentImpl Class
*/
String getD();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* CDComponentImpl Class
*/
String getNoSource();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* CDComponentImpl Class
*/
String getFileProperty();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* CDComponentImpl Class
*/
Collection<String> getManyValuesFileProperty();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* CDComponentImpl Class
*/
int getOverrideValue();
Modified:
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/PropertyComponent.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/PropertyComponent.java?rev=640846&r1=640845&r2=640846&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/PropertyComponent.java
(original)
+++
incubator/tuscany/java/sca/itest/properties/src/main/java/org/apache/tuscany/sca/itest/PropertyComponent.java
Tue Mar 25 08:09:15 2008
@@ -30,13 +30,13 @@
public interface PropertyComponent {
/**
- * This is a method to get a value for a property name 'location' from the
sca runtime environment. It is
+ * This is a method to get a value for a property name 'location' from the
SCA runtime environment. It is
* implemented in the class PropertyComponentImpl
*/
public String getLocation();
/**
- * This is a method to get a value for a property name 'year' from the sca
runtime environment. It is implemented in
+ * This is a method to get a value for a property name 'year' from the SCA
runtime environment. It is implemented in
* the class PropertyComponentImpl
*/
public String getYear();
@@ -70,45 +70,45 @@
public DataObject[] getSdoArrayProperty();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* PropertyComponentImpl
*/
public ComplexPropertyBean getComplexPropertyOne();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* PropertyComponentImpl
*/
public ComplexPropertyBean getComplexPropertyTwo();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* PropertyComponentImpl
*/
public ComplexPropertyBean getComplexPropertyThree();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* PropertyComponentImpl
*/
public Collection<ComplexPropertyBean> getComplexPropertyFour();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* PropertyComponentImpl
*/
public ComplexPropertyBean getComplexPropertyFive();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* PropertyComponentImpl
*/
public DataObject getSdoProperty();
/**
- * This is a method to get a property value from the sca runtime
environment. It is implemented in the class
+ * This is a method to get a property value from the SCA runtime
environment. It is implemented in the class
* PropertyComponentImpl
*/
public DataObject getCustomerSdo();
Modified:
incubator/tuscany/java/sca/itest/properties/src/test/java/org/apache/tuscany/sca/itest/OuterPropertyTestCase.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/test/java/org/apache/tuscany/sca/itest/OuterPropertyTestCase.java?rev=640846&r1=640845&r2=640846&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/properties/src/test/java/org/apache/tuscany/sca/itest/OuterPropertyTestCase.java
(original)
+++
incubator/tuscany/java/sca/itest/properties/src/test/java/org/apache/tuscany/sca/itest/OuterPropertyTestCase.java
Tue Mar 25 08:09:15 2008
@@ -29,7 +29,7 @@
import org.junit.Test;
/**
- * This is a class which makes user of JUnit Framework, all tests are written
using junit notation. These tests are used
+ * This is a class which makes user of JUnit Framework, all tests are written
using JUnit notation. These tests are used
* to test different property values returned from the SCA Runtime Environment
which is initialized with the composite
* 'OuterPropertyTest.composite'. It basically tests the Simple type of
property and Complex type of property from the
* SCA Runtime Environment.
Modified:
incubator/tuscany/java/sca/itest/properties/src/test/java/org/apache/tuscany/sca/itest/PropertyTestCase.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/test/java/org/apache/tuscany/sca/itest/PropertyTestCase.java?rev=640846&r1=640845&r2=640846&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/properties/src/test/java/org/apache/tuscany/sca/itest/PropertyTestCase.java
(original)
+++
incubator/tuscany/java/sca/itest/properties/src/test/java/org/apache/tuscany/sca/itest/PropertyTestCase.java
Tue Mar 25 08:09:15 2008
@@ -35,9 +35,9 @@
import commonj.sdo.DataObject;
/**
- * This is a class which makes user of JUnit Framework, all tests are written
using junit notation. These tests are used
- * to test different property values returned from the SCA Runtime Environment
which is intilized with the composite
- * 'PropertyTest.composite'. It basically tests all types of property values
returned from sca runtime environment.
+ * This is a class which makes user of JUnit Framework, all tests are written
using JUnit notation. These tests are used
+ * to test different property values returned from the SCA Runtime Environment
which is initialized with the composite
+ * 'PropertyTest.composite'. It basically tests all types of property values
returned from SCA runtime environment.
*/
public class PropertyTestCase {
private static SCADomain domain;
@@ -200,7 +200,7 @@
*
* @Test is a test method where testing logic is written using various
assert methods. This test verifies the
* property values obtained using a service from the SCA runtime
environment with the expected values 'a' ,
- * 'b', 'c' amd 'd' respectively.
+ * 'b', 'c' and 'd' respectively.
*/
@Test
public void testABCD() {
@@ -289,7 +289,7 @@
*
* @Test is a test method where testing logic is written using various
assert methods. This test verifies the
* property values obtained using a service from the SCA runtime
environment with the expected value first
- * elelent in the string array and the float number
+ * element in the string array and the float number
*/
@Test
public void testComplexPropertyThree() {
@@ -303,7 +303,7 @@
* Method annotated with
*
* @Test is a test method where testing logic is written using various
assert methods. This test verifies the
- * complexy property value obtained using a service from the SCA
runtime environment with the expected values
+ * complex property value obtained using a service from the SCA
runtime environment with the expected values
* 1, 222.222 and 33 respectively.
*/
@Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]