Index: ContextBase.java =================================================================== --- ContextBase.java (revision 499229) +++ ContextBase.java (working copy) @@ -37,7 +37,9 @@ * *
In addition to the minimal functionality required by the {@link Context} * interface, this class implements the recommended support for - * Attribute-Property Transparency
. This is implemented by + * Attribute-Property Transparency. + * + *This is implemented by
* analyzing the available JavaBeans properties of this class (or its
* subclass), exposes them as key-value pairs in the Map,
* with the key being the name of the property itself.