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

Commit c5daf84f authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix the build

- use fully qualified name for Javadoc

Change-Id: Ic75ce7e19d407dc40c96b585f9fa1827fb614ba1
parent 0af4b8b0
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -376,8 +376,8 @@ public abstract class Drawable {
    /**
    /**
     * Returns the resolved layout direction for this Drawable.
     * Returns the resolved layout direction for this Drawable.
     *
     *
     * @return One of {@link View#LAYOUT_DIRECTION_LTR},
     * @return One of {@link android.view.View#LAYOUT_DIRECTION_LTR},
     *   {@link View#LAYOUT_DIRECTION_RTL}
     *   {@link android.view.View#LAYOUT_DIRECTION_RTL}
     */
     */
    public int getLayoutDirection() {
    public int getLayoutDirection() {
        return mLayoutDirection;
        return mLayoutDirection;
@@ -387,8 +387,8 @@ public abstract class Drawable {
     * Set the layout direction for this drawable. Should be a resolved direction as the
     * Set the layout direction for this drawable. Should be a resolved direction as the
     * Drawable as no capacity to do the resolution on his own.
     * Drawable as no capacity to do the resolution on his own.
     *
     *
     * @param layoutDirection One of {@link View#LAYOUT_DIRECTION_LTR},
     * @param layoutDirection One of {@link android.view.View#LAYOUT_DIRECTION_LTR},
     *   {@link View#LAYOUT_DIRECTION_RTL},
     *   {@link android.view.View#LAYOUT_DIRECTION_RTL},
     *
     *
     */
     */
    public void setLayoutDirection(int layoutDirection) {
    public void setLayoutDirection(int layoutDirection) {