fix spelling error in comment
git-svn-id: svn://10.0.0.236/trunk@233394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -74,7 +74,7 @@ public class EvaluatorException extends RhinoException
|
||||
* RuntimeException.
|
||||
*
|
||||
* @param detail the error message
|
||||
* @param sourceName the name of the source reponsible for the error
|
||||
* @param sourceName the name of the source responsible for the error
|
||||
* @param lineNumber the line number of the source
|
||||
* @param columnNumber the columnNumber of the source (may be zero if
|
||||
* unknown)
|
||||
|
||||
@@ -99,7 +99,7 @@ public abstract class RhinoException extends RuntimeException
|
||||
/**
|
||||
* Initialize the uri of the script source containing the error.
|
||||
*
|
||||
* @param sourceName the uri of the script source reponsible for the error.
|
||||
* @param sourceName the uri of the script source responsible for the error.
|
||||
* It should not be <tt>null</tt>.
|
||||
*
|
||||
* @throws IllegalStateException if the method is called more then once.
|
||||
|
||||
Reference in New Issue
Block a user