Author: mcombellack
Date: Thu Dec 4 05:40:34 2008
New Revision: 723321
URL: http://svn.apache.org/viewvc?rev=723321&view=rev
Log:
Fixed a couple of spelling mistakes
Modified:
tuscany/java/sca/modules/databinding-jaxb/src/main/java/org/apache/tuscany/sca/databinding/jaxb/JAXBPropertyDescriptor.java
Modified:
tuscany/java/sca/modules/databinding-jaxb/src/main/java/org/apache/tuscany/sca/databinding/jaxb/JAXBPropertyDescriptor.java
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/databinding-jaxb/src/main/java/org/apache/tuscany/sca/databinding/jaxb/JAXBPropertyDescriptor.java?rev=723321&r1=723320&r2=723321&view=diff
==============================================================================
---
tuscany/java/sca/modules/databinding-jaxb/src/main/java/org/apache/tuscany/sca/databinding/jaxb/JAXBPropertyDescriptor.java
(original)
+++
tuscany/java/sca/modules/databinding-jaxb/src/main/java/org/apache/tuscany/sca/databinding/jaxb/JAXBPropertyDescriptor.java
Thu Dec 4 05:40:34 2008
@@ -31,11 +31,11 @@
import org.osoa.sca.ServiceRuntimeException;
/**
- * A PropertyDescriptor provides acesss to a bean property. Values can be
queried/changed using the
+ * A PropertyDescriptor provides access to a bean property. Values can be
queried/changed using the
* read and writer methods of the PropertyDescriptor.
* <p/>
* A PropertyDescriptorPlus object wraps a PropertyDescriptor and supplies
enhanced set/get methods
- * that match JAXB semantis.
+ * that match JAXB semantics.
* <p/>
* For example, the set(..) method is smart enough to add lists, arrays and
atomic values on JAXB
* beans.