Author: niallp
Date: Tue Jan 23 20:09:44 2007
New Revision: 499247
URL: http://svn.apache.org/viewvc?view=rev&rev=499247
Log:
CHAIN-34 - JavaDoc fix for ContextBase - thanks to Mark Vedder
Modified:
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/ContextBase.java
Modified:
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/ContextBase.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/ContextBase.java?view=diff&rev=499247&r1=499246&r2=499247
==============================================================================
---
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/ContextBase.java
(original)
+++
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/ContextBase.java
Tue Jan 23 20:09:44 2007
@@ -37,7 +37,7 @@
*
* <p>In addition to the minimal functionality required by the [EMAIL
PROTECTED] Context}
* interface, this class implements the recommended support for
- * <em>Attribute-Property Transparency</p>. This is implemented by
+ * <em>Attribute-Property Transparency</em>. This is implemented by
* analyzing the available JavaBeans properties of this class (or its
* subclass), exposes them as key-value pairs in the <code>Map</code>,
* with the key being the name of the property itself.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]