Skip to content

Commit df85bd8

Browse files
Revert "ensure that the test runs in all environments"
This reverts commit ce56ec3.
1 parent 54f389d commit df85bd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqldev/src/main/java/org/utplsql/sqldev/ui/runner/SmartTime.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package org.utplsql.sqldev.ui.runner;
1717

1818
import java.text.DecimalFormat;
19-
import java.util.Locale;
2019

2120
public class SmartTime {
2221
private Double seconds;
@@ -46,7 +45,6 @@ public Double getSeconds() {
4645

4746
@Override
4847
public String toString() {
49-
Locale.setDefault(new Locale("en", "US"));
5048
String ret;
5149
if (seconds == null) {
5250
ret = null;

0 commit comments

Comments
 (0)