Author: mcombellack
Date: Wed May 14 01:38:32 2008
New Revision: 656150
URL: http://svn.apache.org/viewvc?rev=656150&view=rev
Log:
Minor corrections to the JavaDoc
Modified:
incubator/tuscany/java/sca/modules/databinding/src/main/java/org/apache/tuscany/sca/databinding/DataBinding.java
incubator/tuscany/java/sca/modules/databinding/src/main/java/org/apache/tuscany/sca/databinding/DataBindingExtensionPoint.java
Modified:
incubator/tuscany/java/sca/modules/databinding/src/main/java/org/apache/tuscany/sca/databinding/DataBinding.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/databinding/src/main/java/org/apache/tuscany/sca/databinding/DataBinding.java?rev=656150&r1=656149&r2=656150&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/databinding/src/main/java/org/apache/tuscany/sca/databinding/DataBinding.java
(original)
+++
incubator/tuscany/java/sca/modules/databinding/src/main/java/org/apache/tuscany/sca/databinding/DataBinding.java
Wed May 14 01:38:32 2008
@@ -79,8 +79,9 @@
WrapperHandler getWrapperHandler();
/**
- * Make a copy of the object for "pass-by-value" semantics
- * @param source object to copy
+ * Make a copy of the object for "pass-by-value" semantics.
+ *
+ * @param object source object to copy
* @return copy of the object passed in as argument
*/
Object copy(Object object);
Modified:
incubator/tuscany/java/sca/modules/databinding/src/main/java/org/apache/tuscany/sca/databinding/DataBindingExtensionPoint.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/databinding/src/main/java/org/apache/tuscany/sca/databinding/DataBindingExtensionPoint.java?rev=656150&r1=656149&r2=656150&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/databinding/src/main/java/org/apache/tuscany/sca/databinding/DataBindingExtensionPoint.java
(original)
+++
incubator/tuscany/java/sca/modules/databinding/src/main/java/org/apache/tuscany/sca/databinding/DataBindingExtensionPoint.java
Wed May 14 01:38:32 2008
@@ -53,9 +53,9 @@
DataBinding removeDataBinding(String id);
/**
- * Introspect the java class to figure out what DataType supports it
+ * Introspect the java class to figure out what DataType supports it.
*
- * @param DataType The initial data type
+ * @param dataType The initial data type
* @param annotations The java annotations
* @return A DataType representing the java type or null if no databinding
* recognizes the java type
@@ -63,11 +63,11 @@
boolean introspectType(DataType dataType, Annotation[] annotations);
/**
- * Introspect the java class to figure out what DataType supports it
+ * Introspect the java class to figure out what DataType supports it.
*
- * @param DataType The initial data type
+ * @param dataType The initial data type
* @param annotations The java annotations
- * @param boolean Should be set to true if DataType parameter represents
an Exception
+ * @param isFaultType Should be set to true if DataType parameter
represents an Exception
* @return A DataType representing the java type or null if no databinding
* recognizes the java type
*/