Author: henrib
Date: Thu Dec 10 12:10:00 2009
New Revision: 889229
URL: http://svn.apache.org/viewvc?rev=889229&view=rev
Log:
updated comment
Modified:
commons/proper/jexl/trunk/jexl2-compat/src/main/java/org/apache/commons/jexl/package.html
Modified:
commons/proper/jexl/trunk/jexl2-compat/src/main/java/org/apache/commons/jexl/package.html
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/jexl2-compat/src/main/java/org/apache/commons/jexl/package.html?rev=889229&r1=889228&r2=889229&view=diff
==============================================================================
---
commons/proper/jexl/trunk/jexl2-compat/src/main/java/org/apache/commons/jexl/package.html
(original)
+++
commons/proper/jexl/trunk/jexl2-compat/src/main/java/org/apache/commons/jexl/package.html
Thu Dec 10 12:10:00 2009
@@ -19,14 +19,13 @@
<title>Package Documentation for org.apache.commons.jexl
Package</title>
</head>
<body bgcolor="white">
- Jexl-1.x compatible implementations.
- <br>
+ <h2>Jexl-1.x compatible implementation.</h2>
<p>
This package only contains classes that re-implement Jexl-1.x
interfaces
and behaviors. This is intended to allow easier conversion to
Jexl-2.0.
</p>
<p>
- Jexl-2.0 changed a lot of APIs and behaviors, enough to warrant
for putting it
+ Jexl-2.0 changed a lot of APIs and behaviors, enough to warrant
putting it
in its own org.apache.commons.jexl2 package and avoid possible
"jar-hell" cases.
Those could have occured if someone was trying to use both
Jexl-2.0 and Jexl-1.x.
</p>