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

Commit 83134c11 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Removed compatibility function (was left in before to not break the build) Bug:2501468"

parents 1b437791 6edcdc10
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -58,12 +58,6 @@ public class VCardEntryCommitter implements VCardEntryHandler {
        mTimeToCommit += System.currentTimeMillis() - start;
    }

    // TODO: Compatibility function to not break the build. Will be removed shortly
    @Deprecated
    public Uri getLastCreatedUri() {
        return mCreatedUris.size() == 0 ? null : mCreatedUris.get(mCreatedUris.size() - 1);
    }

    /**
     * Returns the list of created Uris. This list should not be modified by the caller as it is
     * not a clone.