@@ -37,7 +37,7 @@ public class LispElement<E> {
//Rien
}
try {
- return new LispElement(Double.parseDouble(elt));
+ return new LispElement(Double.valueOf(elt));
} catch(NumberFormatException ex) {