Skip to content

Commit f82a67d

Browse files
committed
fix javadoc
1 parent 223326d commit f82a67d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/api/view/ProgressView.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.beardedhen.androidbootstrap.api.view;
22

3-
import android.support.annotation.IntRange;
4-
53
/**
64
* Views which implement this interface visually display ongoing progress to users
75
*/
@@ -57,7 +55,8 @@ public interface ProgressView {
5755

5856

5957
/**
60-
* Used for settings the maxprogress. Also check if Cumulative progress is smaller than the max before asigning, see {@link #checkCumulativeSmallerThanMax}.
58+
* Used for settings the maxprogress. Also check if Cumulative progress is smaller than the
59+
* max before asigning.
6160
* @param maxProgress the maxProgress value
6261
*/
6362
void setMaxProgress(int maxProgress);

AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/font/MaterialIcons.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* See the <a href="https://design.google.com/icons//">link</a> for icons
1111
* . <b>Please note that icon codes use underscores rather than hyphens in this
1212
* library.</b> All icons are prefixed with md_ EG: md_build.
13-
*
14-
* Most of this class is auto genarated by the project <a href="">here</a>.
1513
*/
1614
public class MaterialIcons implements IconSet {
1715

0 commit comments

Comments
 (0)