You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2012/03/06 15:09:28 UTC

svn propchange: r1297478 - svn:log

Author: adrianc
Revision: 1297478
Modified property: svn:log

Modified: svn:log at Tue Mar  6 14:09:28 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Mar  6 14:09:28 2012
@@ -1,3 +1,3 @@
 More JSR-223 work - added a bsh engine so that bsh-specific code can be eliminated. Bsh is now invoked using JSR-223.
 
-The engine comes from http://java.net/projects/scripting. I had to modify the code slightly because the BshScriptEngine implemented Compilable - but the Compilable methods were not implemented. So I removed implements Compilable. I renamed the jar to signify that the code has been modified.
+The engine comes from http://java.net/projects/scripting. I had to modify the code slightly because the BshScriptEngine class implemented Compilable - but the Compilable methods were not implemented. So I removed implements Compilable. I renamed the jar to signify that the code has been modified.