Add Javadoc class comments
This commit is contained in:
parent
21c33be366
commit
53e006b9da
1 changed files with 7 additions and 1 deletions
|
@ -19,7 +19,13 @@ package helma.scripting.rhino;
|
||||||
import helma.scripting.ScriptingException;
|
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 {
|
public final class PhantomEngine extends RhinoEngine {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue