Эх сурвалжийг харах

Ajout constructeur dans factory

Arthur Brandao 6 жил өмнө
parent
commit
f665713210

+ 1 - 1
src/migl/lisp/LispFactory.java

@@ -18,6 +18,6 @@ public class LispFactory {
      * @return a new lisp interpreter.
      * @return a new lisp interpreter.
      */
      */
     public static Lisp makeIntepreter() {
     public static Lisp makeIntepreter() {
-        throw new UnsupportedOperationException();
+        return new LispImpl();
     }
     }
 }
 }