You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2007/01/24 05:09:45 UTC

svn commit: r499247 - /jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/ContextBase.java

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 {@link 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org