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

Commit a130c634 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Fix documentation generation with OpenJDK 9 javadoc." am: ed6ae8f2...

Merge "Fix documentation generation with OpenJDK 9 javadoc." am: ed6ae8f2 am: 8d4e36b1 am: 7c8e38c2
am: fcd0e0a5

Change-Id: I7836df411ed7d67bae34bda0bf6b6392613437b9
parents 30e7ca0f fcd0e0a5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -168,10 +168,6 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements
    /**
     * Constructor used when layout manager is set in XML by RecyclerView attribute
     * "layoutManager". Defaults to vertical orientation.
     *
     * @attr ref android.support.v7.recyclerview.R.styleable#RecyclerView_android_orientation
     * @attr ref android.support.v7.recyclerview.R.styleable#RecyclerView_reverseLayout
     * @attr ref android.support.v7.recyclerview.R.styleable#RecyclerView_stackFromEnd
     */
    public LinearLayoutManager(Context context, AttributeSet attrs, int defStyleAttr,
            int defStyleRes) {