Fix modifier order
Change-Id: I033efd9504b4deebf852f7f079a937d93285b7aa
This commit is contained in:
@@ -20,7 +20,7 @@ import com.google.gwt.i18n.client.DateTimeFormat;
|
||||
import java.util.Date;
|
||||
|
||||
public class DateFormatter {
|
||||
private final static long ONE_YEAR = 182L * 24 * 60 * 60 * 1000;
|
||||
private static final long ONE_YEAR = 182L * 24 * 60 * 60 * 1000;
|
||||
|
||||
private final DateTimeFormat sTime;
|
||||
private final DateTimeFormat sDate;
|
||||
|
||||
Reference in New Issue
Block a user