Merge "Add missing javadoc"

This commit is contained in:
TreeHugger Robot
2020-10-12 16:43:16 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}