Skip to content

Commit

Permalink
refactor comments for javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Raj committed Mar 9, 2016
1 parent 00e557f commit 9c09cd3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

/**
* Extension of Android Design Library's {@link TextInputLayout}
* <p/>
* <p>This class enable you to add validation to the TextInputLayout
*
* @author Julian Raj Manandhar
Expand Down Expand Up @@ -177,7 +176,6 @@ public boolean isAutoValidated() {
/**
* Enable or disable auto-trimming of the value of the input field for the
* {@link ValidatedTextInputLayout}.
* <p/>
* <p>Enabling will remove any leading and trailing white space from the value of field.</p>
* <p>Caution: You may not want to enable this in case of password fields.</p>
*
Expand Down

0 comments on commit 9c09cd3

Please sign in to comment.