Skip to content

Commit

Permalink
add missing braces
Browse files Browse the repository at this point in the history
  • Loading branch information
tessav authored Nov 1, 2016
1 parent c3fdddd commit 5fa1970
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private Date refineDateGroupList(List<DateGroup> groups) throws NaturalLanguageE
return groups.get(0).getDates().get(0);
}

private String formatDateToString(Date date)
private String formatDateToString(Date date) {
Format formatter = new SimpleDateFormat(DATE_FORMAT);
return formatter.format(date);
}
Expand Down

0 comments on commit 5fa1970

Please sign in to comment.