Commit ddbeac6e by Darryl Pogue

Fix missing Date import in Restore.java

parent e9fef025
......@@ -22,6 +22,7 @@
package de.appplant.cordova.plugin.localnotification;
import java.util.Set;
import java.util.Date;
import org.json.JSONArray;
import org.json.JSONException;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment