[Mulgara-svn] r634 - trunk/src/jar/itql/java/org/mulgara/itql

ronald at mulgara.org ronald at mulgara.org
Mon Feb 11 07:20:24 UTC 2008


Author: ronald
Date: 2008-02-10 23:20:23 -0800 (Sun, 10 Feb 2008)
New Revision: 634

Modified:
   trunk/src/jar/itql/java/org/mulgara/itql/ItqlInterpreterBean.java
Log:
Renamed getLastException() back to getLastError() for compatibility with
previous releases.


Modified: trunk/src/jar/itql/java/org/mulgara/itql/ItqlInterpreterBean.java
===================================================================
--- trunk/src/jar/itql/java/org/mulgara/itql/ItqlInterpreterBean.java	2008-02-11 07:20:19 UTC (rev 633)
+++ trunk/src/jar/itql/java/org/mulgara/itql/ItqlInterpreterBean.java	2008-02-11 07:20:23 UTC (rev 634)
@@ -650,15 +650,15 @@
 
 
   /**
-   * Returns the {@linkplain ItqlInterpreter#getLastException last error} of the
+   * Returns the {@linkplain TqlInterpreter#getLastException last error} of the
    * interpreter.
    *
    * @return the results of the last command execution, null if the command did
    *      not set any message
    *
-   * @see ItqlInterpreter#getLastException()
+   * @see TqlInterpreter#getLastException()
    */
-  public ItqlInterpreterException getLastException() {
+  public ItqlInterpreterException getLastError() {
     return new ItqlInterpreterException(interpreter.getLastException());
   }
 




More information about the Mulgara-svn mailing list