Added @Nullable to ContentCaptureContext.getLocusId()

Test: m update-api
Fixes: 128922706

Change-Id: I541d0b33732069d6df85f6dbe12d1f599e4cb241
This commit is contained in:
Felipe Leme
2019-03-19 12:47:24 -07:00
parent d6b17862df
commit 56bddaab68
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ public final class ContentCaptureContext implements Parcelable {
/**
* Gets the context id.
*/
@NonNull
@Nullable
public LocusId getLocusId() {
return mId;
}