Minor comment fixes.

This commit is contained in:
hns 2003-12-15 17:16:43 +00:00
parent c0076898b0
commit 2c7bbc011c

View file

@ -22,8 +22,8 @@ import java.io.File;
import java.util.*; import java.util.*;
/** /**
* Helma bootstrap class. Figures out Helma home directory, sets up class path and * Helma command line runner class. This class creates and starts a single application,
* lauchnes main class. This class must be invoked from a jar file in order to work. * invokes a function in, writes its return value to the console and exits.
* *
* @author Stefan Pollach * @author Stefan Pollach
*/ */
@ -31,10 +31,9 @@ public class CommandlineRunner {
/** /**
* boot method for running a request from the command line. * boot method for running a request from the command line.
* This retrieves the Helma home directory, creates the * This retrieves the Helma home directory, creates the app and
* classpath, get the request properties, creates the app and * runs the function.
* runs it *
*-
* @param args command line arguments * @param args command line arguments
* *
* @throws Exception if the Helma home dir or classpath couldn't be built * @throws Exception if the Helma home dir or classpath couldn't be built