Arthur Brandao 6 anni fa
parent
commit
867154ea73
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  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.
      */