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:
Benedikt Ritter 2015-04-06 19:59:32 +00:00
parent 98817e88f0
commit 3f0f42f7da
1 changed files with 0 additions and 3 deletions

View File

@ -92,11 +92,8 @@ public static void classSetup() {
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);