Drop unnecessary empty lines
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1671680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98817e88f0
commit
3f0f42f7da
|
@ -92,11 +92,8 @@ public class DateUtilsTest {
|
||||||
TimeZone zone = null;
|
TimeZone zone = null;
|
||||||
TimeZone defaultZone = null;
|
TimeZone defaultZone = null;
|
||||||
|
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
|
|
||||||
|
|
||||||
dateParser = new SimpleDateFormat("MMM dd, yyyy", Locale.ENGLISH);
|
dateParser = new SimpleDateFormat("MMM dd, yyyy", Locale.ENGLISH);
|
||||||
dateTimeParser = new SimpleDateFormat("MMM dd, yyyy H:mm:ss.SSS", Locale.ENGLISH);
|
dateTimeParser = new SimpleDateFormat("MMM dd, yyyy H:mm:ss.SSS", Locale.ENGLISH);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue