Add missing javadoc
Bug: 169331021 Test: none Change-Id: I9400164b4c403298f62fa14ad64ed0f1ca858336
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user