Skip to content

Commit 9c09cd3

Browse files
author
Julian Raj
committed
refactor comments for javadoc
1 parent 00e557f commit 9c09cd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

validatedtextinputlayout/src/main/java/com/julianraj/validatedinputtextlayout/ValidatedTextInputLayout.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

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

0 commit comments

Comments
 (0)