Add missing javadoc

Bug: 169331021
Test: none
Change-Id: I9400164b4c403298f62fa14ad64ed0f1ca858336
This commit is contained in:
John Reck
2020-09-24 10:52:39 -07:00
parent faeec12c7d
commit 7752430d67

View File

@@ -75,6 +75,9 @@ public final class ParcelableColorSpace extends ColorSpace implements Parcelable
}
}
/**
* @return the backing ColorSpace that this ParcelableColorSpace is wrapping.
*/
public @NonNull ColorSpace getColorSpace() {
return mColorSpace;
}