Explorar o código

Amelioration sonar

Arthur Brandao %!s(int64=6) %!d(string=hai) anos
pai
achega
0e4fd25928
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/migl/lisp/util/LispElement.java

+ 1 - 1
src/migl/lisp/util/LispElement.java

@@ -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) {
 			//Rien
 		}