Merge "Add missing javadoc" am: 8f8021344e
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12687324 Change-Id: Ic9d40d0815bbac82c2353e4f6a8169b434f81828
This commit is contained in:
@@ -73,6 +73,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