Skip to content

Commit 430e6b7

Browse files
fixed java doc in BootstapProgressBar
1 parent 55e02c4 commit 430e6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/BootstrapProgressBar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* BootstrapProgressBar displays determinate progress to the user, and is colored with BootstrapBrands.
4343
* Striped effects and progress update animations are supported out of the box.
4444
*
45-
* Its possible to group multiple together in an {@link BootstrapProgressBarGroup} to give the appearance of a <a href="http://getbootstrap.com/components/#progress-stacked">stacked</a> progressbar.
45+
* Its possible to group multiple together in an {@link com.beardedhen.androidbootstrap.BootstrapProgressBarGroup BootstrapProgressBarGroup} to give the appearance of a <a href="http://getbootstrap.com/components/#progress-stacked">stacked</a> progressbar.
4646
*/
4747
public class BootstrapProgressBar extends View implements ProgressView, BootstrapBrandView,
4848
RoundableView, BootstrapSizeView, Animator.AnimatorListener, ValueAnimator.AnimatorUpdateListener {

0 commit comments

Comments
 (0)