Correct indentation
This commit is contained in:
parent
b37837ce63
commit
8e7ea70a33
|
@ -47,7 +47,7 @@ public class FastDatePrinterTest {
|
|||
private static final TimeZone INDIA = TimeZone.getTimeZone("Asia/Calcutta");
|
||||
private static final Locale SWEDEN = new Locale("sv", "SE");
|
||||
|
||||
DatePrinter getInstance(final String format) {
|
||||
DatePrinter getInstance(final String format) {
|
||||
return getInstance(format, TimeZone.getDefault(), Locale.getDefault());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue