Explorar el Código

Amelioration sonar

Arthur Brandao hace 6 años
padre
commit
0e4fd25928
Se han modificado 1 ficheros con 1 adiciones y 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
 		}