Removed compatibility function (was left in before to not break the build)
Bug:2501468 Change-Id: I6b163eb3ce02ed899882d1b6534c1afb6fe1e7c3
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user