Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jul 2, 2016
1 parent 223326d commit f82a67d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.beardedhen.androidbootstrap.api.view;

import android.support.annotation.IntRange;

/**
* Views which implement this interface visually display ongoing progress to users
*/
Expand Down Expand Up @@ -57,7 +55,8 @@ public interface ProgressView {


/**
* Used for settings the maxprogress. Also check if Cumulative progress is smaller than the max before asigning, see {@link #checkCumulativeSmallerThanMax}.
* Used for settings the maxprogress. Also check if Cumulative progress is smaller than the
* max before asigning.
* @param maxProgress the maxProgress value
*/
void setMaxProgress(int maxProgress);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
* See the <a href="https://design.google.com/icons//">link</a> for icons
* . <b>Please note that icon codes use underscores rather than hyphens in this
* library.</b> All icons are prefixed with md_ EG: md_build.
*
* Most of this class is auto genarated by the project <a href="">here</a>.
*/
public class MaterialIcons implements IconSet {

Expand Down

0 comments on commit f82a67d

Please sign in to comment.