Explorar o código

MaJ documentation

Arthur Brandao %!s(int64=6) %!d(string=hai) anos
pai
achega
867154ea73
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      src/migl/lisp/LispFactory.java

+ 2 - 3
src/migl/lisp/LispFactory.java

@@ -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.
      */