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

Unverified Commit cd0b924e authored by AndyScherzinger's avatar AndyScherzinger
Browse files

remove unused date pattern

parent f80873c9
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -71,13 +71,6 @@ public class GetRemoteNotificationsOperation extends RemoteOperation {

    private static final String NODE_DATA = "data";

    /**
     * Date pattern according to h
     * ttp://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
     * for "2004-02-12T15:19:21+00:00"
     */
    private static final SimpleDateFormat SDF = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssX");

    /**
     * This status code means that there is no app that can generate notifications.
     * Slow down the polling to once per hour.
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ public class GetRemoteCapabilitiesOperation extends RemoteOperation {

    private static final String TAG = GetRemoteCapabilitiesOperation.class.getSimpleName();


    // OCS Routes
    private static final String OCS_ROUTE = "ocs/v1.php/cloud/capabilities";