|
@@ -17,8 +17,7 @@ public class LispFactory {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Create a new instance of the interpreter.
|
|
|
- * Reset LispElement cache and define variable
|
|
|
+ * Reset and get an instance of the interpreter.
|
|
|
*
|
|
|
* @return a new lisp interpreter.
|
|
|
*/
|
|
@@ -32,7 +31,7 @@ public class LispFactory {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Create a new instance of the interpreter.
|
|
|
+ * Get an instance of the interpreter.
|
|
|
*
|
|
|
* @return a new lisp interpreter.
|
|
|
*/
|