Update DoubleToString.java

This commit is contained in:
Loredana Crusoveanu 2019-01-05 18:35:47 +02:00 committed by GitHub
parent b5c29f0e1b
commit bcc848f6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,4 +38,5 @@ public class DoubleToString {
return df.format(d);
}
}