remove comment

Original commit: elastic/x-pack-elasticsearch@e55d3bebb4
This commit is contained in:
Areek Zillur 2014-10-27 21:35:14 -04:00
parent 61b1750058
commit 79f430ebaf
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ import java.util.TimeZone;
public class DateUtils {
public static final TimeZone TIME_ZONE = TimeZone.getTimeZone("UTC");
//MutableDateTime.
private static DateFormat getDateFormat() {
DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
dateFormat.setTimeZone(TIME_ZONE);