Skip to content

Commit

Permalink
Fix JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 14, 2015
1 parent dbf3b3a commit 98eaea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public IntroductionBuilder withOnSlideChangedListener(@NonNull IntroductionConfi
}

/**
* Applies a {@link android.support.v4.view.ViewPager.PageTransformer} to the Activity. You can
* Applies a PageTransformer to the Activity. You can
* find some implementations in the commons package.
*
* @param pageTransformer The transformer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* An Animator for the ViewPager.
* Taken from: <a href="Android Developers">http://developer.android.com/training/animation/screen-slide.html</a>
* Taken from: <a href="http://developer.android.com/training/animation/screen-slide.html">Android Developers</a>
*
* @author Ruben Gees
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* An Animator for the ViewPager.
* Taken from: <a href="Android Developers">http://developer.android.com/training/animation/screen-slide.html</a>
* Taken from: <a href="http://developer.android.com/training/animation/screen-slide.html">Android Developers</a>
*
* @author Ruben Gees
*/
Expand Down

0 comments on commit 98eaea0

Please sign in to comment.