Merge pull request #6076 from amit2103/BAEL-11403
[BAEL-11403] - Moved DoubleToString and DoubleToStringUnitTest to jav…
This commit is contained in:
commit
08f7b00a4e
|
@ -38,4 +38,5 @@ public class DoubleToString {
|
||||||
return df.format(d);
|
return df.format(d);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue