Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f802134 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add missing javadoc"

parents 0e3f4155 7752430d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
    }