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

Commit 7752430d authored by John Reck's avatar John Reck
Browse files

Add missing javadoc

Bug: 169331021
Test: none
Change-Id: I9400164b4c403298f62fa14ad64ed0f1ca858336
parent faeec12c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
    }