Arthur Brandao před 6 roky
rodič
revize
867154ea73
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  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.
      */