Add Javadoc class comments

This commit is contained in:
hns 2004-02-18 13:12:40 +00:00
parent 21c33be366
commit 53e006b9da

View file

@ -19,7 +19,13 @@ package helma.scripting.rhino;
import helma.scripting.ScriptingException;
/**
*
* This class is filtered out by Helma's main class loader
* although it is present in the main helma.jar file. This forces
* it to be loaded through the per-application class loader. The
* goal is to make jar files in the application directory visible to
* application code.
*
* @see helma.main.launcher.FilteredClassLoader
*/
public final class PhantomEngine extends RhinoEngine {
/**