Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c00df6d5 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Someone's IDE chose the wrong Date.

Part 1 of the mystery of the java.sql.Date in preloaded-classes solved.

Change-Id: I33fffec1f86e34167a76afc839d9f4ce31fa31f7
parent 6d82f86f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@ import android.util.Log;
import android.util.LruCache;
import android.util.Printer;

import java.sql.Date;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.Map;
import java.util.regex.Pattern;